From f41bc70ee900257d2d9008f3a749981b10de16bc Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 13 Sep 2016 14:10:04 -0500 Subject: change all MIDI read-from-source to map all events into the loop-range for seamless looping (if using) --- libs/ardour/plugin.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/plugin.cc') diff --git a/libs/ardour/plugin.cc b/libs/ardour/plugin.cc index a0ac97b440..7d04c3f5d7 100644 --- a/libs/ardour/plugin.cc +++ b/libs/ardour/plugin.cc @@ -377,7 +377,7 @@ Plugin::resolve_midi () */ _pending_stop_events.get_midi(0).clear (); - _tracker.resolve_notes (_pending_stop_events.get_midi (0), /* split cycle offset*/ Port::port_offset()); + _tracker.resolve_notes (_pending_stop_events.get_midi (0), 0); _have_pending_stop_events = true; } -- cgit v1.2.3