mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 00:04:56 +01:00
8 lines
179 B
Lua
8 lines
179 B
Lua
|
|
ardour { ["type"] = "EditorAction", name = "Add CD marker" }
|
||
|
|
function
|
||
|
|
factory ()
|
||
|
|
return function ()
|
||
|
|
Editor:mouse_add_new_marker (Session:transport_sample(), true)
|
||
|
|
end
|
||
|
|
end
|