X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fmidi%2B%2B2%2Fmidi%2B%2B%2Fevent.h;h=6f4df1f5375f700a33771f68f74aa837ddfc577d;hb=875b1367b2c4750ecd861424c57ed4bcc9c642d2;hp=66200100718273039993a07e68c709f21d60d662;hpb=5399425f534e2d96d07cf29f427bfa0f39d904b7;p=ardour.git diff --git a/libs/midi++2/midi++/event.h b/libs/midi++2/midi++/event.h index 6620010071..6f4df1f537 100644 --- a/libs/midi++2/midi++/event.h +++ b/libs/midi++2/midi++/event.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2007 Paul Davis + Copyright (C) 2007 Paul Davis This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -33,13 +33,10 @@ /** If this is not defined, all methods of MidiEvent are RT safe * but MidiEvent will never deep copy and (depending on the scenario) - * may not be usable in STL containers, signals, etc. + * may not be usable in STL containers, signals, etc. */ #define EVORAL_EVENT_ALLOC 1 -/** Support serialisation of MIDI events to/from XML */ -#define EVORAL_MIDI_XML 1 - #include "evoral/Event.hpp" #include "evoral/MIDIEvent.hpp"