update session-utils

* use target name in help text
* add options and documentation to copy-mixer
This commit is contained in:
Robin Gareus 2016-06-03 17:37:05 +02:00
parent 360f87b217
commit f43ccd7321
5 changed files with 128 additions and 39 deletions

View file

@ -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)