made audio attributes menu static

pull/95/head
jmoenig 2020-12-01 10:16:11 +01:00
rodzic 9cc42c9310
commit 9756d78dc1
2 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -7,7 +7,7 @@
* hyperdyadic less / great than or equals primitives reachable via "relabel" * hyperdyadic less / great than or equals primitives reachable via "relabel"
* **Notable Changes:** * **Notable Changes:**
* searching for blocks and keyboard entry now includes the contents of dropdown menus * searching for blocks and keyboard entry now includes the contents of dropdown menus
* disabled dropping reporters into certain dropdowns (monadic functions, types, costume attributees, graphic effects, layers) * disabled dropping reporters into certain dropdowns (monadic functions, types, costume attributees, graphic effects, layers, audio attributes)
* **Notable Fixes:** * **Notable Fixes:**
* keep internal linked-list organization intact for hyperblocks * keep internal linked-list organization intact for hyperblocks
@ -16,6 +16,7 @@
* threads, objects: added hyperdyadic less/greaterThanOrEquals prims * threads, objects: added hyperdyadic less/greaterThanOrEquals prims
* blocks: made monadic functions and data types menus static * blocks: made monadic functions and data types menus static
* blocks: made costume attribute, graphic effects and layers menus static * blocks: made costume attribute, graphic effects and layers menus static
* blocks: made audio attributes menu static
### 2020-11-30 ### 2020-11-30
* threads: keep internal linked-list organization intact for hyperblocks * threads: keep internal linked-list organization intact for hyperblocks

Wyświetl plik

@ -359,7 +359,7 @@ SyntaxElementMorph.prototype.labelParts = {
}, },
'%aa': { // audio attributes '%aa': { // audio attributes
type: 'input', type: 'input',
tags: 'read-only', tags: 'read-only static',
menu: { menu: {
'name' : ['name'], 'name' : ['name'],
'duration' : ['duration'], 'duration' : ['duration'],