ardour/session_utils
2017-09-24 12:03:54 -04:00
..
ardour-util.sh.in
common.cc Improve help text and error-reporting for ardour-export 2017-08-06 14:47:50 +02:00
common.h update session-utils 2016-06-03 23:09:18 +02:00
copy-mixer.cc Use XMLNode::set_property API in copy-mixer Session utility 2017-04-19 09:36:57 +10:00
debug
example.cc
export.cc globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
fix_bbtppq.cc convert codebase to use Temporal for various time types 2017-09-24 12:03:54 -04:00
README
run
wscript convert codebase to use Temporal for various time types 2017-09-24 12:03:54 -04: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