fix check for order max in PresentationInfo::parse (string&)
[ardour.git] / gtk2_ardour / midi_time_axis.h
index f9b81470d086cc0d1ec6899e04ab04c63e0b3f29..6fe77dc8ac091f46804b2f2cad687f168c7381ff 100644 (file)
@@ -68,6 +68,8 @@ class StepEntry;
 class StepEditor;
 class MidiChannelSelectorWindow;
 
+#define NO_MIDI_NOTE 0xff
+
 class MidiTimeAxisView : public RouteTimeAxisView
 {
 public:
@@ -102,6 +104,7 @@ public:
        void check_step_edit ();
 
        void first_idle ();
+       void set_note_highlight (uint8_t note);
 
        uint8_t get_channel_for_add () const;
 
@@ -130,6 +133,8 @@ private:
        void note_range_changed ();
        void contents_height_changed ();
 
+       void update_control_names ();
+
        bool                         _ignore_signals;
        MidiScroomer*                _range_scroomer;
        PianoRollHeader*             _piano_roll_header;