Skip to content

Commit

Permalink
Added BOSS GP-10 Guitar Effects Processor
Browse files Browse the repository at this point in the history
  • Loading branch information
jazz-soft committed Mar 5, 2019
1 parent bfd7eb6 commit 87a1639
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"Gruntfile.js"
],
"dependencies": {
"jzz": "^0.6.8"
"jzz": "^0.7.0"
}
}
1 change: 1 addition & 0 deletions data/models.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ f0 7e 00 06 02 18 02 40 01 00 30 2e 34 37 f7 E-MU Xboard 49 USB MIDI Controller

f0 7e 10 06 02 41 02 02 00 00 00 06 00 00 f7 BOSS DR-880 Drum Machine
f0 7e 00 06 02 41 04 02 00 00 00 01 00 00 f7 Roland RD-300SX Digital Piano
f0 7e 10 06 02 41 05 03 00 00 00 00 00 00 f7 BOSS GP-10 Guitar Effects Processor
f0 7e 00 06 02 41 06 02 00 00 00 00 00 00 f7 BOSS GT-8 Guitar Effects Processor
f0 7e 00 06 02 41 09 02 00 00 00 02 00 00 f7 Roland TD-12 Percussion Sound Module
f0 7e 00 06 02 41 0b 02 00 00 00 00 00 00 f7 BOSS GT-PRO Guitar Effects Processor
Expand Down
1 change: 1 addition & 0 deletions javascript/JZZ.midi.Gear.js
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,7 @@ _m["\x18"] = { // E-MU
_m["A"] = { // Roland
"\x02\x02\x00\x00":{m:"DR-880",d:"Drum Machine",b:"BOSS"},
"\x04\x02\x00\x00":{m:"RD-300SX",d:"Digital Piano"},
"\x05\x03\x00\x00":{m:"GP-10",d:"Guitar Effects Processor",b:"BOSS"},
"\x06\x02\x00\x00":{m:"GT-8",d:"Guitar Effects Processor",b:"BOSS"},
"\t\x02\x00\x00":{m:"TD-12",d:"Percussion Sound Module"},
"\x0b\x02\x00\x00":{m:"GT-PRO",d:"Guitar Effects Processor",b:"BOSS"},
Expand Down
2 changes: 1 addition & 1 deletion minified/JZZ.midi.Gear.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jzz-midi-gear",
"version": "1.0.3",
"version": "1.0.4",
"description": "Retrieve your MIDI device model and manufacturer",
"main": "javascript/JZZ.midi.Gear.js",
"scripts": {
Expand All @@ -17,7 +17,7 @@
],
"author": "jazz-soft (https://jazz-soft.net/)",
"dependencies": {
"jzz": "^0.6.8"
"jzz": "^0.7.0"
},
"devDependencies": {
"coveralls": "^3.0.2",
Expand Down

0 comments on commit 87a1639

Please sign in to comment.