diff options
author | Vitaly Novichkov <admin@wohlnet.ru> | 2019-07-01 05:01:55 +0300 |
---|---|---|
committer | Vitaly Novichkov <admin@wohlnet.ru> | 2019-07-01 05:01:55 +0300 |
commit | 81f905ea76f0efb6ea35331bd1fe476f14f804de (patch) | |
tree | 8146611e945a5080db9e7f6fc1805cc77565204b /src/adlmidi_private.hpp | |
parent | d02cf717c2da0344b37db1ffb864d312713f3208 (diff) | |
download | libADLMIDI-81f905ea76f0efb6ea35331bd1fe476f14f804de.tar.gz libADLMIDI-81f905ea76f0efb6ea35331bd1fe476f14f804de.tar.bz2 libADLMIDI-81f905ea76f0efb6ea35331bd1fe476f14f804de.zip |
First working of new database
// not so stable, needs a polishing, however, multibank from embedded 72'th bank (DMXOPL3) works!
Diffstat (limited to 'src/adlmidi_private.hpp')
-rw-r--r-- | src/adlmidi_private.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/adlmidi_private.hpp b/src/adlmidi_private.hpp index 0bad970..79a9313 100644 --- a/src/adlmidi_private.hpp +++ b/src/adlmidi_private.hpp @@ -145,6 +145,7 @@ class OPLChipBase; typedef class OPL3 Synth; #include "adldata.hh" +#include "adlmidi_db.h" #define ADLMIDI_BUILD #include "adlmidi.h" //Main API |