diff options
author | Wohlstand <admin@wohlnet.ru> | 2017-10-31 13:04:45 +0300 |
---|---|---|
committer | Wohlstand <admin@wohlnet.ru> | 2017-10-31 13:04:45 +0300 |
commit | 2b0cfc0b3a05fc93c8d6fd9aab7b9e59bbd2c11c (patch) | |
tree | d58507a6b6941b06845d3757b8a84b9cd84d0fbc /include/adlmidi.h | |
parent | 3707313e7dea178a44f13daa653e072f9b930b66 (diff) | |
download | libADLMIDI-2b0cfc0b3a05fc93c8d6fd9aab7b9e59bbd2c11c.tar.gz libADLMIDI-2b0cfc0b3a05fc93c8d6fd9aab7b9e59bbd2c11c.tar.bz2 libADLMIDI-2b0cfc0b3a05fc93c8d6fd9aab7b9e59bbd2c11c.zip |
Added ability to print name of currently using OPL3 emulator
Diffstat (limited to 'include/adlmidi.h')
-rw-r--r-- | include/adlmidi.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/adlmidi.h b/include/adlmidi.h index 1279e9f..634a22a 100644 --- a/include/adlmidi.h +++ b/include/adlmidi.h @@ -86,6 +86,9 @@ extern int adl_openBankFile(struct ADL_MIDIPlayer *device, char *filePath); extern int adl_openBankData(struct ADL_MIDIPlayer *device, void *mem, long size); +/*Returns name of currently used OPL3 emulator*/ +extern const char *adl_emulatorName(); + /*Returns string which contains last error message*/ extern const char *adl_errorString(); |