From a62b028834437e43b93319a2b54a7eea8af5023c Mon Sep 17 00:00:00 2001 From: Eric Rosenbaum Date: Wed, 19 Oct 2016 16:39:36 -0400 Subject: [PATCH] complete instrument list to match scratch 2.0 --- src/index.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 8b61bbc..77cd286 100644 --- a/src/index.js +++ b/src/index.js @@ -40,7 +40,9 @@ function AudioEngine (sounds) { // match scratch instruments this.instrumentNames = ['acoustic_grand_piano', 'electric_piano_1', 'drawbar_organ', 'acoustic_guitar_nylon', 'electric_guitar_clean', - 'acoustic_bass', 'pizzicato_strings', 'cello', 'trombone', 'clarinet']; + 'acoustic_bass', 'pizzicato_strings', 'cello', 'trombone', 'clarinet', + 'tenor_sax', 'flute', 'pan_flute', 'bassoon', 'choir_aahs', 'vibraphone', + 'music_box', 'steel_drums', 'marimba', 'lead_1_square', 'fx_4_atmosphere']; this.setInstrument(0);