summaryrefslogtreecommitdiff
path: root/libs/midi++2/midnam_patch.cc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-02-18 18:04:54 +0000
committerDavid Robillard <d@drobilla.net>2009-02-18 18:04:54 +0000
commit2463be97f79dddbeb90aa5fe5c323c8f2621bbab (patch)
tree43838a31b071bd04b7650c7ad67874dd43814ef2 /libs/midi++2/midnam_patch.cc
parentf5e9ba21c3165ba4a75ab535aa45ea1f23cb6033 (diff)
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
Diffstat (limited to 'libs/midi++2/midnam_patch.cc')
-rw-r--r--libs/midi++2/midnam_patch.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/midi++2/midnam_patch.cc b/libs/midi++2/midnam_patch.cc
index 87f062e3b2..5a0c0fe147 100644
--- a/libs/midi++2/midnam_patch.cc
+++ b/libs/midi++2/midnam_patch.cc
@@ -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();