aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorWohlstand <admin@wohlnet.ru>2025-03-24 12:52:44 +0300
committerWohlstand <admin@wohlnet.ru>2025-03-24 12:52:44 +0300
commitbee3fd0d7460d449a167b732213a7fc0cd43cfe9 (patch)
treedd62f8f127c74b4e744289d52886163d37b0a6f5 /include
parenta6385b868096239813610cf54f0c6c2efcbe6e23 (diff)
downloadlibADLMIDI-bee3fd0d7460d449a167b732213a7fc0cd43cfe9.tar.gz
libADLMIDI-bee3fd0d7460d449a167b732213a7fc0cd43cfe9.tar.bz2
libADLMIDI-bee3fd0d7460d449a167b732213a7fc0cd43cfe9.zip
Added experimental support of ESFMu emulator
Not yet working properly
Diffstat (limited to 'include')
-rw-r--r--include/adlmidi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/adlmidi.h b/include/adlmidi.h
index 4f05f90..ffdde50 100644
--- a/include/adlmidi.h
+++ b/include/adlmidi.h
@@ -705,6 +705,8 @@ enum ADL_Emulator
ADLMIDI_EMU_OPAL,
/*! Java */
ADLMIDI_EMU_JAVA,
+ /*! ESFMu */
+ ADLMIDI_EMU_ESFMu,
/*! Count instrument on the level */
ADLMIDI_EMU_end
};