From d0580ecfbc1182f3c57b4d04e514f1d944225f14 Mon Sep 17 00:00:00 2001 From: nick_m Date: Thu, 29 Dec 2016 01:39:31 +1100 Subject: allow all types of range location (loop, start, end etc.) to be glued to bars and beats. --- libs/ardour/midi_scene_changer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/midi_scene_changer.cc') diff --git a/libs/ardour/midi_scene_changer.cc b/libs/ardour/midi_scene_changer.cc index 0c2880dcaf..ce2559180f 100644 --- a/libs/ardour/midi_scene_changer.cc +++ b/libs/ardour/midi_scene_changer.cc @@ -314,7 +314,7 @@ MIDISceneChanger::program_change_input (MIDI::Parser& parser, MIDI::byte program return; } - loc = new Location (_session, time, time, new_name, Location::IsMark); + loc = new Location (_session, time, time, new_name, Location::IsMark, 0); new_mark = true; } -- cgit v1.2.3