summaryrefslogtreecommitdiff
path: root/muse2/muse/audio.h
diff options
context:
space:
mode:
authorTim E. Real <termtech@rogers.com>2011-09-09 23:36:08 +0000
committerTim E. Real <termtech@rogers.com>2011-09-09 23:36:08 +0000
commita1ad56982605c5f48d52c046786412b0dfde8f38 (patch)
tree43a8c75531661cfc9677b9027853a2952ea1d23e /muse2/muse/audio.h
parentefc7169b5f31ca13f970ae19e3d41c361acace41 (diff)
Removed Audio::msgShowInstrumentGui and msgShowInstrumentNativeGui.
Diffstat (limited to 'muse2/muse/audio.h')
-rw-r--r--muse2/muse/audio.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/muse2/muse/audio.h b/muse2/muse/audio.h
index 03e48e23..90acae13 100644
--- a/muse2/muse/audio.h
+++ b/muse2/muse/audio.h
@@ -74,8 +74,8 @@ enum {
SEQM_SCAN_ALSA_MIDI_PORTS,
SEQM_SET_AUX,
SEQM_UPDATE_SOLO_STATES,
- MIDI_SHOW_INSTR_GUI,
- MIDI_SHOW_INSTR_NATIVE_GUI,
+ //MIDI_SHOW_INSTR_GUI,
+ //MIDI_SHOW_INSTR_NATIVE_GUI,
AUDIO_RECORD,
AUDIO_ROUTEADD, AUDIO_ROUTEREMOVE, AUDIO_REMOVEROUTES,
//AUDIO_VOL, AUDIO_PAN,
@@ -233,8 +233,8 @@ class Audio {
void msgRemoveSig(int tick, int z, int n, bool doUndoFlag = true);
void msgAddKey(int tick, int key, bool doUndoFlag = true);
void msgRemoveKey(int tick, int key, bool doUndoFlag = true);
- void msgShowInstrumentGui(MidiInstrument*, bool);
- void msgShowInstrumentNativeGui(MidiInstrument*, bool);
+ //void msgShowInstrumentGui(MidiInstrument*, bool);
+ //void msgShowInstrumentNativeGui(MidiInstrument*, bool);
void msgPanic();
void sendMsg(AudioMsg*);
bool sendMessage(AudioMsg* m, bool doUndo);