From 004af724045ae8b8a0be1152b4de755f34b1b053 Mon Sep 17 00:00:00 2001 From: "Tim E. Real" Date: Wed, 1 Aug 2012 21:23:34 +0000 Subject: Finished the Sysex Editor in the Instrument Editor. Create, delete, save named instrument sysexes. Does nothing more for now. --- muse2/share/instruments/gm.idf | 6 ++++++ muse2/share/instruments/gs.idf | 6 ++++++ muse2/share/instruments/xg.idf | 14 ++++++++++++++ 3 files changed, 26 insertions(+) (limited to 'muse2/share') diff --git a/muse2/share/instruments/gm.idf b/muse2/share/instruments/gm.idf index 69e02503..f0a66ecb 100644 --- a/muse2/share/instruments/gm.idf +++ b/muse2/share/instruments/gm.idf @@ -1,6 +1,12 @@ + + Switch General Midi mode on + 7e 7f 09 01 + + + diff --git a/muse2/share/instruments/gs.idf b/muse2/share/instruments/gs.idf index 9314e282..3f03f6bc 100644 --- a/muse2/share/instruments/gs.idf +++ b/muse2/share/instruments/gs.idf @@ -1,6 +1,12 @@ + + Switch GS mode on + 0x41 0x10 0x42 0x12 0x40 0x00 0x7f 0x00 0x41 + + + diff --git a/muse2/share/instruments/xg.idf b/muse2/share/instruments/xg.idf index c281df66..5c3175bf 100644 --- a/muse2/share/instruments/xg.idf +++ b/muse2/share/instruments/xg.idf @@ -1,6 +1,20 @@ + + Switch XG mode on + 0x43 0x10 0x4c 0x00 0x00 0x7e 0x00 + + + + -- cgit v1.2.3