11 lines
146 B
Lua
11 lines
146 B
Lua
ardour {
|
|
["type"] = "EditorAction",
|
|
name = "Rewind",
|
|
}
|
|
|
|
function factory (params)
|
|
return function ()
|
|
Session:goto_start()
|
|
end
|
|
end
|