From b0d49651a77e6355e180c0a1d85ac3cb1288bc97 Mon Sep 17 00:00:00 2001 From: Hans Baier Date: Sat, 3 May 2008 06:37:22 +0000 Subject: * MidiModel::const_iterator::operator++: added AUTOMATION type * automatable.cc/parameter.cc: Added friendly names for the new Midi parameter types * fixed a failed assertion problem (note on channel != note off channel), but have no idea how :) * changed lots of whitespace :| git-svn-id: svn://localhost/ardour2/branches/3.0@3309 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/ardour/midi_model.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libs/ardour/ardour/midi_model.h') diff --git a/libs/ardour/ardour/midi_model.h b/libs/ardour/ardour/midi_model.h index 5f58b29ad8..c4d319f6bc 100644 --- a/libs/ardour/ardour/midi_model.h +++ b/libs/ardour/ardour/midi_model.h @@ -226,6 +226,9 @@ private: WriteNotes _write_notes[16]; bool _writing; bool _edited; + + typedef std::vector< boost::shared_ptr > AutomationLists; + AutomationLists _dirty_automations; const const_iterator _end_iter; -- cgit v1.2.3