aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/adlmidi_midiplay.cpp18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/adlmidi_midiplay.cpp b/src/adlmidi_midiplay.cpp
index ec136df..d51cbec 100644
--- a/src/adlmidi_midiplay.cpp
+++ b/src/adlmidi_midiplay.cpp
@@ -249,24 +249,6 @@ static inline double s_apogeeFreq(double note, double bend)
}
-//static const char MIDIsymbols[256+1] =
-//"PPPPPPhcckmvmxbd" // Ins 0-15
-//"oooooahoGGGGGGGG" // Ins 16-31
-//"BBBBBBBBVVVVVHHM" // Ins 32-47
-//"SSSSOOOcTTTTTTTT" // Ins 48-63
-//"XXXXTTTFFFFFFFFF" // Ins 64-79
-//"LLLLLLLLpppppppp" // Ins 80-95
-//"XXXXXXXXGGGGGTSS" // Ins 96-111
-//"bbbbMMMcGXXXXXXX" // Ins 112-127
-//"????????????????" // Prc 0-15
-//"????????????????" // Prc 16-31
-//"???DDshMhhhCCCbM" // Prc 32-47
-//"CBDMMDDDMMDDDDDD" // Prc 48-63
-//"DDDDDDDDDDDDDDDD" // Prc 64-79
-//"DD??????????????" // Prc 80-95
-//"????????????????" // Prc 96-111
-//"????????????????"; // Prc 112-127
-
enum { MasterVolumeDefault = 127 };
inline bool isXgPercChannel(uint8_t msb, uint8_t lsb)