Use new marker API in Lua scripts
This commit is contained in:
parent
3933fc2db7
commit
a5c1a7feaf
@ -2,6 +2,6 @@ ardour { ["type"] = "EditorAction", name = "Add CD marker" }
|
||||
function
|
||||
factory ()
|
||||
return function ()
|
||||
Editor:mouse_add_new_marker (Temporal.timepos_t (Session:transport_sample()), ARDOUR.LocationFlags.IsCDMarker, 0)
|
||||
Editor:add_location_mark (Temporal.timepos_t (Session:transport_sample()), ARDOUR.LocationFlags.IsCDMarker, 0)
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user