From 2e30bdba9f4841fd050c7ef4e960617761b85453 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 7 Jan 2010 19:15:33 +0000 Subject: select-by-pitch from the piano roll header (inspired by Rosegarden); some improvements underway to controller/automation menu, but still broken there git-svn-id: svn://localhost/ardour2/branches/3.0@6466 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/midi_region_view.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gtk2_ardour/midi_region_view.h') diff --git a/gtk2_ardour/midi_region_view.h b/gtk2_ardour/midi_region_view.h index 9a9ea3c265..77e046d9cd 100644 --- a/gtk2_ardour/midi_region_view.h +++ b/gtk2_ardour/midi_region_view.h @@ -198,6 +198,9 @@ class MidiRegionView : public RegionView void move_selection(double dx, double dy); void note_dropped(ArdourCanvas::CanvasNoteEvent* ev, double d_pixels, int8_t d_note); + void select_matching_notes (uint8_t notenum, uint16_t channel_mask, bool add, bool extend); + void toggle_matching_notes (uint8_t notenum, uint16_t channel_mask); + /** Return true iff the note is within the extent of the region. * @param visible will be set to true if the note is within the visible note range, false otherwise. */ @@ -399,6 +402,7 @@ class MidiRegionView : public RegionView void update_hit (ArdourCanvas::CanvasHit*); MidiListEditor* _list_editor; + bool no_sound_notes; }; -- cgit v1.2.3