summaryrefslogtreecommitdiff
path: root/gtk2_ardour/midi_streamview.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-12-16 14:37:40 -0500
committerDavid Robillard <d@drobilla.net>2014-12-18 20:23:34 -0500
commita12a065457a10d9be2582f3ad2fcee7178405981 (patch)
treee616a88d159606ffcd7150cb7e4164022f85d3eb /gtk2_ardour/midi_streamview.h
parent026f7bf5b7bd4b28209a2fa9d421a5a73ec29dc4 (diff)
Fix copy paste of MIDI and track automation.
Diffstat (limited to 'gtk2_ardour/midi_streamview.h')
-rw-r--r--gtk2_ardour/midi_streamview.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/midi_streamview.h b/gtk2_ardour/midi_streamview.h
index 7733f87074..9be3b34d9c 100644
--- a/gtk2_ardour/midi_streamview.h
+++ b/gtk2_ardour/midi_streamview.h
@@ -98,6 +98,8 @@ class MidiStreamView : public StreamView
RegionView* create_region_view (boost::shared_ptr<ARDOUR::Region>, bool, bool);
+ bool paste (ARDOUR::framepos_t pos, const Selection& selection, PasteContext& ctx);
+
void apply_note_range(uint8_t lowest, uint8_t highest, bool to_region_views);
void suspend_updates ();