2021-09-02 14:28:32 -04:00
|
|
|
ardour { ["type"] = "EditorAction", name = "Add CD marker" }
|
|
|
|
function
|
|
|
|
factory ()
|
|
|
|
return function ()
|
2022-01-04 17:23:43 -05:00
|
|
|
Editor:mouse_add_new_marker (Session:transport_sample(), Location.IsCDMarker)
|
2021-09-02 14:28:32 -04:00
|
|
|
end
|
|
|
|
end
|