diff options
author | Wohlstand <admin@wohlnet.ru> | 2020-08-19 02:11:01 +0300 |
---|---|---|
committer | Wohlstand <admin@wohlnet.ru> | 2020-08-19 02:11:01 +0300 |
commit | 2ba770631ff1dc978d16a874a4ab99930ce12d2d (patch) | |
tree | ecf1195966681e24892ecba6b77c067ce24e7dbd /src/adlmidi_private.hpp | |
parent | 6d4dc0b87bf3a27f0510b63279b17b457821c38c (diff) | |
download | libADLMIDI-2ba770631ff1dc978d16a874a4ab99930ce12d2d.tar.gz libADLMIDI-2ba770631ff1dc978d16a874a4ab99930ce12d2d.tar.bz2 libADLMIDI-2ba770631ff1dc978d16a874a4ab99930ce12d2d.zip |
Use new banks database format
However, it's stil need to clean-up and fix gen_adldata for a correct work!
Diffstat (limited to 'src/adlmidi_private.hpp')
-rw-r--r-- | src/adlmidi_private.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/adlmidi_private.hpp b/src/adlmidi_private.hpp index b478363..2d47ade 100644 --- a/src/adlmidi_private.hpp +++ b/src/adlmidi_private.hpp @@ -231,4 +231,8 @@ extern void adl_audioTickHandler(void *instance, uint32_t chipId, uint32_t rate) */ extern int adlCalculateFourOpChannels(MIDIplay *play, bool silent = false); +#ifndef DISABLE_EMBEDDED_BANKS +extern void adlFromInstrument(const BanksDump::InstrumentEntry &instIn, adlinsdata2 &instOut); +#endif + #endif // ADLMIDI_PRIVATE_HPP |