Make sure Evoral::MIDIEvent XML stuff is entirely unused in midi++ for now (resolve...
[ardour.git] / libs / midi++2 / midnam_patch.cc
index 87f062e3b2d79f2d8182f570aaf1bfe7283c4b53..5a0c0fe147d39c9dffb75ba98a83bd506a4c355c 100644 (file)
@@ -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();