* comments
authorHans Baier <hansfbaier@googlemail.com>
Wed, 14 Jan 2009 09:36:56 +0000 (09:36 +0000)
committerHans Baier <hansfbaier@googlemail.com>
Wed, 14 Jan 2009 09:36:56 +0000 (09:36 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@4405 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/midi_region_view.h

index 9a905fad54fd7007928b954e93699f6d2189872a..6dc8e675654d36ae41a9af3b870357a0513b6011 100644 (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;