summaryrefslogtreecommitdiff
path: root/gtk2_ardour/midi_region_view.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-12-20 03:42:59 +0000
committerCarl Hetherington <carl@carlh.net>2010-12-20 03:42:59 +0000
commit570ed69d2a791486a907b62ee2336a3953a7a1c0 (patch)
treeca759d0dfc198a81fbd4bb544febffe7b2039138 /gtk2_ardour/midi_region_view.h
parented0deee74775ff2b7830f7461c90fc6423b8520e (diff)
Allow dragging of program change flags in MIDI regions.
git-svn-id: svn://localhost/ardour2/branches/3.0@8303 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/midi_region_view.h')
-rw-r--r--gtk2_ardour/midi_region_view.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/midi_region_view.h b/gtk2_ardour/midi_region_view.h
index 2b07c02382..79a8405927 100644
--- a/gtk2_ardour/midi_region_view.h
+++ b/gtk2_ardour/midi_region_view.h
@@ -149,6 +149,8 @@ class MidiRegionView : public RegionView
*/
void alter_program_change(PCEvent& old_program, const MIDI::Name::PatchPrimaryKey& new_patch);
+ void move_program_change (PCEvent, double);
+
/** Alter a given program to the new given one.
* (Called on context menu select on CanvasProgramChange)
*/