mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 16:24:57 +01:00
fix luabindings for Editor.mouse_add_new_marker(), since API changed
This commit is contained in:
parent
b1f73d25bf
commit
8a49d274fb
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue