mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
Also move Lua scripts to share subfolder
This commit is contained in:
parent
bf649cd68a
commit
180843f9bd
129 changed files with 2 additions and 2 deletions
|
|
@ -1,10 +0,0 @@
|
|||
ardour { ["type"] = "Snippet", name = "Export Track XML" }
|
||||
|
||||
function factory () return function ()
|
||||
local rlp = ARDOUR.RouteListPtr ()
|
||||
local sel = Editor:get_selection ()
|
||||
for r in sel.tracks:routelist ():iter () do
|
||||
rlp:push_back (r)
|
||||
end
|
||||
print (Session:export_track_state (rlp, "/tmp/rexport"))
|
||||
end end
|
||||
Loading…
Add table
Add a link
Reference in a new issue