summaryrefslogtreecommitdiff
path: root/headless/load_session.cc
AgeCommit message (Collapse)Author
2019-08-03Update utility and tools GPL boilerplate and (C) from git logRobin Gareus
2019-07-04NO-OP: whitespaceRobin Gareus
2019-07-04Cleanup headless getoptRobin Gareus
2019-07-04Delay headless startup, allow background threads to startRobin Gareus
2019-07-04Use exit-status macros for compatibility 1/3Robin Gareus
2019-07-04headless: Use direct x-thread wakeup instead of sleep/spinRobin Gareus
2019-07-02Improve headless Ardour somewhatRobin Gareus
* Allow to exit cleanly (using access-action) * Terminate when the backend is halted * Handle various commandline arguments as advertised - print version - disable hardware optimization - set client-name - prevent port-connections * Use JACK -- previously hardour only worked if Ardour was compiled with JACK as *only* backend. Other backends are listed before JACK, set_default_backend() never picks JACK unless it's the only one. Other backends need configuration, or EngineState from config. This is currently handled in the GUI's engine-dialog..
2019-01-16(libs) call ARDOUR::init_post_engine() from within libardour rather than ↵Paul Davis
requiring "users" of the library to arrange for it
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-09-01add option to disable or bypass pluginsRobin Gareus
2014-05-14Include windows.h for Sleep functionTim Mayberry
2014-03-04mingw build fixes (tested with i686-w64-mingw32 on linux-x86_64)Robin Gareus
2014-02-24new headless (GUI-free) version of ardour. run waf, cd headless and run ↵Paul Davis
./hardev DIR SNAPSHOT_NAME. not bug free yet (startup race condition)