added relabelling information for the new stereo-panning blocks

pull/89/head
jmoenig 2019-04-03 15:12:49 +02:00
rodzic 13379e8ad2
commit 2ee948b505
2 zmienionych plików z 6 dodań i 2 usunięć

Wyświetl plik

@ -61,6 +61,7 @@
* Objects. Store: new feature: volume blocks
* Objects: added relabelling information for the new volume blocks
* Objects, Store: new feature: audio stereo-panning blocks
* Objects: added relabelling information for the new stereo-panning blocks
### 2019-04-02
* Objects, Threads: lazily initialize volume property

Wyświetl plik

@ -1378,8 +1378,11 @@ SpriteMorph.prototype.blockAlternatives = {
doSetTempo: ['doChangeTempo'],
setVolume: ['changeVolume'],
changeVolume: ['setVolume'],
getVolume: ['getTempo'],
getTempo: ['getVolume'],
setPan: ['changePan'],
changePan: ['setPan'],
getVolume: ['getTempo', 'getPan'],
getTempo: ['getVolume', 'getPan'],
getPan: ['getVolume', 'getTempo'],
// pen:
clear: ['down', 'up', 'doStamp'],