* comments

git-svn-id: svn://localhost/ardour2/branches/3.0@4405 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Hans Baier 2009-01-14 09:36:56 +00:00
parent 9ec23634ec
commit 41716e8faa

View File

@ -292,7 +292,10 @@ class MidiRegionView : public RegionView
uint8_t _current_range_min;
uint8_t _current_range_max;
/// MIDNAM information of the current track: Model name of MIDNAM file
string _model_name;
/// MIDNAM information of the current track: CustomDeviceMode
string _custom_device_mode;
typedef std::vector<ArdourCanvas::CanvasNoteEvent*> Events;