ardour/session_utils
Robin Gareus ba78359129 prepare for update to waf 1.8
uselib is no longer implicit (inherited by .use). This is still incomplete,
some uselibs for non-linux variants may be missing.

bld.is_defined("HAVE_XXX") also no longer works and will have to be
changed (I think to bld.env["HAVE_XXX"]) in countless places.
2016-02-28 21:16:44 +01:00
..
ardour-util.sh.in commandline session utilities 2015-12-16 00:25:07 +01:00
common.cc session-utils: use session's sample-rate 2015-12-16 23:22:05 +01:00
common.h commandline session utilities 2015-12-16 00:25:07 +01:00
debug commandline session utilities 2015-12-16 00:25:07 +01:00
example.cc commandline session utilities 2015-12-16 00:25:07 +01:00
export.cc UI updates for export-abort 2016-02-09 21:37:28 +01:00
README commandline session utilities 2015-12-16 00:25:07 +01:00
run commandline session utilities 2015-12-16 00:25:07 +01:00
wscript prepare for update to waf 1.8 2016-02-28 21:16:44 +01:00

Ardour Session Utilities
========================

This folder contains some tools which directly use libardour to access ardour
sessions.

The overall goal it to provide some non-interactive unix-style commandline
tools, which are installed along with DAW.


Adding new tools
----------------

One c++ source per tool, see "example.cc" and "export.cc"

  cp session_utils/example.cc session_utils/your_new_tool_name.cc
  edit session_utils/new_tool_name.cc
	./waf

The tool is automatically compiled and deployed when installing, using the
program-name as prefix.  e.g.  "export.cc" becomes "ardour4-export".
(or "mixbus3-export", depending on the project configuration)


Test run from the source
------------------------

  cd session_utils
  ./run ardour4-your_new_tool_name