summaryrefslogtreecommitdiff
path: root/luasession
AgeCommit message (Collapse)Author
2020-04-29Clarify --help message, fix punctuation and indentRobin Gareus
2020-04-29Add "exit-when-halted" halted option for arluaRobin Gareus
This is useful when when the ardour-lua is started by a command based wrapper that cannot poll the engine state.
2020-03-29Fix typo in prev commit's help messageRobin Gareus
2020-03-29Add option to run Lua interpreter interactively from non-ttysRobin Gareus
2020-03-26Allow to pass arguments to ardour-luaRobin Gareus
This follows the same standard as lua-5.x commandline interpreter, using "arg" as table, which is always present in the global namespace.
2020-03-26Source-tree consistency (headless tools at top-level)Robin Gareus
This move ardour-lua session tool to top-level, next to headless/hardev.