c&p debug
[ardour.git] / gtk2_ardour / midi_streamview.h
index 2ef4697b372c0f8e8270e870c7705ba32d1d07d6..0774fd61bd08385f754525eb44a9b1d4a1d83109 100644 (file)
@@ -77,7 +77,7 @@ class MidiStreamView : public StreamView
        void redisplay_track ();
 
        inline double contents_height() const
-       { return (_trackview.current_height() - TimeAxisViewItem::NAME_HIGHLIGHT_SIZE - 2); }
+       { return (child_height() - TimeAxisViewItem::NAME_HIGHLIGHT_SIZE - 2); }
 
        inline double note_to_y(uint8_t note) const
                { return contents_height()
@@ -98,23 +98,16 @@ class MidiStreamView : public StreamView
 
        RegionView* create_region_view (boost::shared_ptr<ARDOUR::Region>, bool, bool);
 
+       void apply_note_range(uint8_t lowest, uint8_t highest, bool to_region_views);
+
   private:
        void setup_rec_box ();
-
-       void rec_data_range_ready (
-                       nframes_t start,
-                       nframes_t dur,
-                       boost::weak_ptr<ARDOUR::Source> src);
-
-       void update_rec_regions (
-                       boost::shared_ptr<ARDOUR::MidiModel> data,
-                       nframes_t start,
-                       nframes_t dur);
+       void update_rec_box ();
 
        RegionView* add_region_view_internal (
-                       boost::shared_ptr<ARDOUR::Region>,
-                       bool wait_for_waves,
-                       bool recording = false);
+               boost::shared_ptr<ARDOUR::Region>,
+               bool wait_for_waves,
+               bool recording = false);
 
        void display_region(MidiRegionView* region_view, bool load_model);
        void display_track (boost::shared_ptr<ARDOUR::Track> tr);
@@ -122,7 +115,6 @@ class MidiStreamView : public StreamView
        void update_contents_height ();
 
        void draw_note_lines();
-       void apply_note_range(uint8_t lowest, uint8_t highest, bool to_region_views);
        bool update_data_note_range(uint8_t min, uint8_t max);
        void update_contents_metrics(boost::shared_ptr<ARDOUR::Region> r);