mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
Don't bundle rewind example script
This commit is contained in:
parent
b5dbfc9931
commit
83c9bb20b7
1 changed files with 0 additions and 0 deletions
|
|
@ -1,12 +0,0 @@
|
|||
ardour {
|
||||
["type"] = "EditorAction",
|
||||
name = "Rewind",
|
||||
author = "Ardour Lua Task Force",
|
||||
description = [[An Example Ardour Editor Action Script.]]
|
||||
}
|
||||
|
||||
function factory (params)
|
||||
return function ()
|
||||
Session:goto_start()
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue