From 570ed69d2a791486a907b62ee2336a3953a7a1c0 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 20 Dec 2010 03:42:59 +0000 Subject: Allow dragging of program change flags in MIDI regions. git-svn-id: svn://localhost/ardour2/branches/3.0@8303 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/midi_region_view.h | 2 ++ 1 file changed, 2 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 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) */ -- cgit v1.2.3