Make sure Evoral::MIDIEvent XML stuff is entirely unused in midi++ for now (resolve ticket #0002491).
Remove empty midi++ README etc files (and ancient nearly-empty midi++ ChangeLog). git-svn-id: svn://localhost/ardour2/branches/3.0@4621 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
f5e9ba21c3
commit
2463be97f7
@ -1,9 +0,0 @@
|
||||
2005-05-08 Taybin Rutkin <taybin@earthlink.net>
|
||||
* Brought up Jesse's CoreMIDI threading fix.
|
||||
|
||||
2005-04-14 Taybin Rutkin <taybin@earthlink.net>
|
||||
* Brought up Paul's parser fix from midi++ 1.16.
|
||||
|
||||
2005-04-01 Taybin Rutkin <taybin@earthlink.net>
|
||||
* Updated for sigc++-2.0.
|
||||
* Incremented version number to 2.0.0.
|
@ -83,8 +83,6 @@ public:
|
||||
};
|
||||
|
||||
class PatchBank;
|
||||
|
||||
typedef std::list< boost::shared_ptr< Evoral::MIDIEvent<double> > > PatchMidiCommands;
|
||||
|
||||
class Patch : public PBD::Stateful
|
||||
{
|
||||
|
@ -39,6 +39,7 @@ Patch::get_state (void)
|
||||
node->add_property("Number", _number);
|
||||
node->add_property("Name", _name);
|
||||
/*
|
||||
typedef std::list< boost::shared_ptr< Evoral::MIDIEvent<double> > > PatchMidiCommands;
|
||||
XMLNode* commands = node->add_child("PatchMIDICommands");
|
||||
for (PatchMidiCommands::const_iterator event = _patch_midi_commands.begin();
|
||||
event != _patch_midi_commands.end();
|
||||
|
Loading…
Reference in New Issue
Block a user