You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var dropdown_alteration =block.getFieldValue('alteration');
1742
+
var value_instrument =Blockly.JavaScript.valueToCode(block, 'instrument', Blockly.JavaScript.ORDER_ATOMIC);
1743
+
var value_duration =Blockly.JavaScript.valueToCode(block, 'duration', Blockly.JavaScript.ORDER_ATOMIC);
1744
+
1745
+
var code ='get_music().play_note(note="'+dropdown_note+'",instrument="'+dropdown_instrument+'",duration="'+value_duration+'",alteration="'+dropdown_alteration+')\n';
0 commit comments