mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
Add some lua scripts
This commit is contained in:
parent
942471d21f
commit
1473c2d364
13 changed files with 422 additions and 0 deletions
10
scripts/rewind.lua
Normal file
10
scripts/rewind.lua
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
ardour {
|
||||
["type"] = "EditorAction",
|
||||
name = "Rewind",
|
||||
}
|
||||
|
||||
function factory (params)
|
||||
return function ()
|
||||
Session:goto_start()
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue