fix luabindings for Editor.mouse_add_new_marker(), since API changed
This commit is contained in:
@@ -2,6 +2,6 @@ ardour { ["type"] = "EditorAction", name = "Add CD marker" }
|
||||
function
|
||||
factory ()
|
||||
return function ()
|
||||
Editor:mouse_add_new_marker (Session:transport_sample(), true)
|
||||
Editor:mouse_add_new_marker (Session:transport_sample(), Location.IsCDMarker)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user