From 0401ee9f58ea842cb4aef687e8e107380d46445c Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Wed, 25 Oct 2017 03:01:50 +0300 Subject: Clean-up - Move all private variables into MIDIplay class away from public ADL_MIDIPlayer structure - Comment out most of legacy code - Implement new-style ReadVarLenEx for error-checked var-len value reading process TODO: Stabilize this and implement missing fields and API calls (meta-data retreiving) --- libADLMIDI-test.pro | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'libADLMIDI-test.pro') diff --git a/libADLMIDI-test.pro b/libADLMIDI-test.pro index 03ac954..a34da51 100644 --- a/libADLMIDI-test.pro +++ b/libADLMIDI-test.pro @@ -15,14 +15,12 @@ LIBS += -lSDL2 -lpthread -ldl #DEFINES += DEBUG_TIME_CALCULATION #DEFINES += DEBUG_SEEKING_TEST - -QMAKE_CFLAGS += -std=c90 -pedantic -QMAKE_CXXFLAGS += -std=c++98 -pedantic - #DEFINES += DISABLE_EMBEDDED_BANKS - #DEFINES += ADLMIDI_USE_DOSBOX_OPL +QMAKE_CFLAGS += -std=c90 -pedantic +QMAKE_CXXFLAGS += -std=c++98 -pedantic + HEADERS += \ include/adlmidi.h \ src/adlbank.h \ -- cgit v1.2.3