summaryrefslogtreecommitdiff
path: root/gtk2_ardour/midi_region_view.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-06-24 19:46:28 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-06-24 19:46:28 +0000
commit806a22fefe8bc79c0307a6c3f6bfbde1185e7574 (patch)
tree52f091c939865daf2c42e1ede1e0b29502ee667b /gtk2_ardour/midi_region_view.h
parentde24d4f8b11b959a5155051a9f4a7b456b4ab465 (diff)
change note colors on the fly, to permit user-definition of colors more easily; remove some debug output
git-svn-id: svn://localhost/ardour2/branches/3.0@7301 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/midi_region_view.h')
-rw-r--r--gtk2_ardour/midi_region_view.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2_ardour/midi_region_view.h b/gtk2_ardour/midi_region_view.h
index 23904c9ddc..115c2c8371 100644
--- a/gtk2_ardour/midi_region_view.h
+++ b/gtk2_ardour/midi_region_view.h
@@ -102,6 +102,7 @@ class MidiRegionView : public RegionView
inline ARDOUR::ColorMode color_mode() const { return midi_view()->color_mode(); }
void set_frame_color();
+ void color_handler ();
void redisplay_model();
@@ -278,7 +279,7 @@ class MidiRegionView : public RegionView
void show_list_editor ();
void selection_as_notelist (Notes& selected, bool allow_all_if_none_selected = false);
-
+
protected:
/** Allows derived types to specify their visibility requirements
* to the TimeAxisViewItem parent class.