ardour5-copy-mixer --version (return code: 0)
ardour-utils version 5.11.0
Copyright (C) GPL 2016 Robin Gareus <robin@gareus.org>
ardour5-copy-mixer -h (return code: 0)
ardour5-copy-mixer - copy mixer settings from one session to another.
Usage: ardour5-copy-mixer [ OPTIONS ] <src> <dst>
Options:
-h, --help display this help and exit
-b, --bus-copy add busses present in src to dst
-d, --debug print pre-processed XML for each route
-l, --log-messages display libardour log messages
-s, --snapshot <name> create a new snapshot in dst
-v, --verbose show performed copy operations
-V, --version print version information and exit
This utility copies mixer-settings from the src-session to the dst-session.
Both <src> and <dst> are paths to .ardour session files.
If --snapshot is not given, the <dst> session file is overwritten.
When --snapshot is set, a new snaphot in the <dst> session is created.
Report bugs to <http://tracker.ardour.org/>
Website: <http://ardour.org/>