From f1ea9ba9fee23d80b8c662ba9f4762c6ba0746ad Mon Sep 17 00:00:00 2001 From: Vitaly Novichkov Date: Fri, 20 Apr 2018 02:00:06 +0300 Subject: Use the same WOPL_File parser from OPL3 Bank Editor in libADLMIDI TODO: port this into Gen-ADLDATA too! No more need to update same file parser twice. Just, copy-paste the same WOPL parser between of OPL3 Bank Editor and libADLMIDI. --- libADLMIDI-test.pro | 1 + 1 file changed, 1 insertion(+) (limited to 'libADLMIDI-test.pro') diff --git a/libADLMIDI-test.pro b/libADLMIDI-test.pro index 805474a..bf11c1a 100644 --- a/libADLMIDI-test.pro +++ b/libADLMIDI-test.pro @@ -50,6 +50,7 @@ SOURCES += \ src/adlmidi_opl3.cpp \ src/adlmidi_private.cpp \ src/adlmidi_xmi2mid.c \ + src/wopl/wopl_file.c \ src/chips/dosbox/dbopl.cpp \ src/chips/dosbox_opl3.cpp \ src/chips/nuked/nukedopl3_174.c \ -- cgit v1.2.3