<div dir="ltr"><div><div>git, in the cairocanvas branch, now contains a standalone, command line program that loads and runs an Ardour session. It has no GUI and is not interactive via the terminal.<br><br>i ran it with a few sessions today and controlled them via OSC and Mackie Control. <br>
<br>it is barely tested, probably buggy and may or may not install as part of waf install. <br><br></div>but it is a proof of concept and demonstration on what is necessary to do this (about a page or two of code, most of which is command line argument parsing). <br>
<br></div><div>i don't intend to fix bugs in it right now, but maybe it will be useful for someone, for some purpose.<br><br></div><div>if you build git, then to run it:<br><br></div><div>   cd headless<br></div><div>
    ./hardev [ OPTIONS .. ] SESSION_DIR SNAPSHOT_NAME<br><br><br></div></div>