mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
Create add_cdmarker.lua
This commit is contained in:
parent
c74f80caa4
commit
08e22fdb4b
1 changed files with 7 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue