From: David Robillard Date: Mon, 7 Nov 2016 00:27:26 +0000 (-0500) Subject: Factor out and extend MIDIXML implementation X-Git-Tag: 5.6~764 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=875b1367b2c4750ecd861424c57ed4bcc9c642d2;p=ardour.git Factor out and extend MIDIXML implementation --- diff --git a/libs/ardour/wscript b/libs/ardour/wscript index 831440f23e..31eab1cd0c 100644 --- a/libs/ardour/wscript +++ b/libs/ardour/wscript @@ -409,8 +409,7 @@ def build(bld): 'DATA_DIR="' + os.path.normpath(bld.env['DATADIR']) + '"', 'CONFIG_DIR="' + os.path.normpath(bld.env['SYSCONFDIR']) + '"', 'LOCALEDIR="' + os.path.normpath(bld.env['LOCALEDIR']) + '"', - 'LIBARDOUR="' + bld.env['lwrcase_dirname'] + '"', - 'EVORAL_MIDI_XML=1', + 'LIBARDOUR="' + bld.env['lwrcase_dirname'] + '"' ] #obj.source += ' st_stretch.cc st_pitch.cc ' diff --git a/libs/evoral/evoral/MIDIEvent.hpp b/libs/evoral/evoral/MIDIEvent.hpp index 1ce7074788..e8320c3e35 100644 --- a/libs/evoral/evoral/MIDIEvent.hpp +++ b/libs/evoral/evoral/MIDIEvent.hpp @@ -26,10 +26,6 @@ #include "evoral/Event.hpp" #include "evoral/midi_events.h" -#ifdef EVORAL_MIDI_XML -class XMLNode; -#endif - namespace Evoral { /** MIDI helper functions for an Event. @@ -49,14 +45,6 @@ public: : Event