mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
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
6 changed files with 1 additions and 11 deletions
|
|
@ -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.
|
|
||||||
|
|
@ -84,8 +84,6 @@ public:
|
||||||
|
|
||||||
class PatchBank;
|
class PatchBank;
|
||||||
|
|
||||||
typedef std::list< boost::shared_ptr< Evoral::MIDIEvent<double> > > PatchMidiCommands;
|
|
||||||
|
|
||||||
class Patch : public PBD::Stateful
|
class Patch : public PBD::Stateful
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
|
||||||
|
|
@ -39,6 +39,7 @@ Patch::get_state (void)
|
||||||
node->add_property("Number", _number);
|
node->add_property("Number", _number);
|
||||||
node->add_property("Name", _name);
|
node->add_property("Name", _name);
|
||||||
/*
|
/*
|
||||||
|
typedef std::list< boost::shared_ptr< Evoral::MIDIEvent<double> > > PatchMidiCommands;
|
||||||
XMLNode* commands = node->add_child("PatchMIDICommands");
|
XMLNode* commands = node->add_child("PatchMIDICommands");
|
||||||
for (PatchMidiCommands::const_iterator event = _patch_midi_commands.begin();
|
for (PatchMidiCommands::const_iterator event = _patch_midi_commands.begin();
|
||||||
event != _patch_midi_commands.end();
|
event != _patch_midi_commands.end();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue