mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
update session-utils
* use target name in help text * add options and documentation to copy-mixer
This commit is contained in:
parent
360f87b217
commit
f43ccd7321
5 changed files with 128 additions and 39 deletions
|
|
@ -26,7 +26,7 @@ namespace SessionUtils {
|
|||
/** @param dir Session directory.
|
||||
* @param state Session state file, without .ardour suffix.
|
||||
*/
|
||||
ARDOUR::Session * load_session (std::string dir, std::string state);
|
||||
ARDOUR::Session * load_session (std::string dir, std::string state, bool exit_at_failure = true);
|
||||
|
||||
/** close session and stop engine
|
||||
* @param s Session to close (may me NULL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue