From 3845af6ce92ef15637ffb09410f442e7b4a104c3 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 27 Aug 2009 03:09:30 +0000 Subject: lots of MIDI editing stuff. to be explained on the website when its done git-svn-id: svn://localhost/ardour2/branches/3.0@5596 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/selection.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gtk2_ardour/selection.h') diff --git a/gtk2_ardour/selection.h b/gtk2_ardour/selection.h index 288c832178..a898705d23 100644 --- a/gtk2_ardour/selection.h +++ b/gtk2_ardour/selection.h @@ -181,6 +181,7 @@ class Selection : public sigc::trackable void foreach_region (void (ARDOUR::Region::*method)(void)); void foreach_regionview (void (RegionView::*method)(void)); + void foreach_midi_regionview (void (MidiRegionView::*method)(void)); template void foreach_region (void (ARDOUR::Region::*method)(A), A arg); private: -- cgit v1.2.3