Skip to content

Commit ef532c2

Browse files
MicheleCarboneraAntonino Tramontana
andauthored
Coderbot Music Features (#60)
* added note block * added example python code for note block * added reference to note block * modified Control.vue * Added animal verse block * added ref to animal verse block * fixed block function * finished basic interface * added blocks images * Add note and instr. blockly * Add note and instr. blockly to adv interface * fixed basic blocks * modified Activity.vue * Added note block standard * Added python code for note block * adv-interface add all funct. * modificato: ../assets/toolbox_std.xml * Setting add 'audio' tab * Control Volume Tab :frontend do * fix var mismatch name * added animal block * added python animal verse code * added simbolo pausa * added pause block * added pause block python code * modified references to block * fix music note std code * Add support to int and variable in note's duration * Fix Interface-ADV * fixed note blocks * added pause block * added pause symbol * Add landing about MusicExt * fixed pause reference * conflict fixed * building routine for automitc package update * modificato: src/components/Activity.vue * modificato: src/components/Activity.vue * modified Activity.vue * added routine for animal verse and instrument packages management * modificato Settings.vue * added parsing of music_packages.json * modificata routine installazione pacchetti * added refresh function * modificato: src/components/Settings.vue * Create music_package.json add music_package.json default package Co-authored-by: Antonino Tramontana <[email protected]> Co-authored-by: Michele Carbonera @MicheleCarbonera
1 parent 5616801 commit ef532c2

File tree

12 files changed

+774
-126
lines changed

12 files changed

+774
-126
lines changed

src/assets/toolbox_adv.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,4 +321,10 @@
321321
</block>
322322
<block type="coderbot_audio_listen"></block>
323323
</category>
324-
</xml>
324+
<category name="Music" colour="345">
325+
<block type="coderbot_music_note_adv"></block>
326+
<block type="coderbot_music_instrument_adv"></block>
327+
<block type="coderbot_music_animal_adv"></block>
328+
<block type="coderbot_music_pause_adv"></block>
329+
</category>
330+
</xml>

src/assets/toolbox_basic.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
</block>
1111
</value>
1212
</block>
13+
<block type="coderbot_music_note_basic"></block>
14+
<block type="coderbot_animal_verse_basic"></block>
15+
<block type="coderbot_music_pause_basic"></block>
1316
<block type="coderbot_camera_photoTake"></block>
1417
<block type="coderbot_camera_videoRec"></block>
1518
<block type="coderbot_camera_videoStop"></block>

src/assets/toolbox_std.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,9 @@
7373
<category name="Souno" colour="290">
7474
<block type="coderbot_audio_say"></block>
7575
</category>
76+
<category name="Musica" colour="345">
77+
<block type="coderbot_music_note_std"></block>
78+
<block type="coderbot_animal_verse_std"></block>
79+
<block type="coderbot_music_pause_std"></block>
80+
</category>
7681
</xml>

0 commit comments

Comments
 (0)