Create add_cdmarker.lua
This commit is contained in:
parent
c74f80caa4
commit
08e22fdb4b
7
share/scripts/add_cdmarker.lua
Normal file
7
share/scripts/add_cdmarker.lua
Normal file
@ -0,0 +1,7 @@
|
||||
ardour { ["type"] = "EditorAction", name = "Add CD marker" }
|
||||
function
|
||||
factory ()
|
||||
return function ()
|
||||
Editor:mouse_add_new_marker (Session:transport_sample(), true)
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue
Block a user