summaryrefslogtreecommitdiff
path: root/gtk2_ardour/midi_region_view.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2020-04-04 01:41:32 +0200
committerRobin Gareus <robin@gareus.org>2020-04-04 01:48:30 +0200
commit4e005540c689cd1791e5ea94901a31eb2bd65ec0 (patch)
treea0151b2240aff4398ae8383de11250cfb8b0220e /gtk2_ardour/midi_region_view.h
parentd0a116b2ae1af29d16273be9ad6ec6e5fce95fbf (diff)
Update PatchChange when instrument/midnam changes
Diffstat (limited to 'gtk2_ardour/midi_region_view.h')
-rw-r--r--gtk2_ardour/midi_region_view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/midi_region_view.h b/gtk2_ardour/midi_region_view.h
index 6d5a6c2506..258abc93fd 100644
--- a/gtk2_ardour/midi_region_view.h
+++ b/gtk2_ardour/midi_region_view.h
@@ -131,7 +131,7 @@ public:
bool paste (samplepos_t pos, const ::Selection& selection, PasteContext& ctx, const int32_t sub_num);
void paste_internal (samplepos_t pos, unsigned paste_count, float times, const MidiCutBuffer&);
- void add_canvas_patch_change (ARDOUR::MidiModel::PatchChangePtr patch, const std::string& displaytext, bool);
+ void add_canvas_patch_change (ARDOUR::MidiModel::PatchChangePtr patch);
void remove_canvas_patch_change (PatchChange* pc);
/** Look up the given time and channel in the 'automation' and set keys accordingly.