ardour/session_utils
Tim Mayberry 0c75813129 Use XMLNode::set_property API in copy-mixer Session utility 2017-04-19 09:36:57 +10:00
..
README commandline session utilities 2015-12-16 00:25:07 +01:00
ardour-util.sh.in commandline session utilities 2015-12-16 00:25:07 +01:00
common.cc update UI, new info API, display created_version in tooltip 2017-01-20 18:16:32 +01: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 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 Normalize API rename part 2 2016-07-18 17:37:13 +02:00
fix_bbtppq.cc rename Region pos_beats -> quarter_note 2016-11-11 03:37:08 +11:00
run commandline session utilities 2015-12-16 00:25:07 +01:00
wscript include session-utils with windows bundles 2016-10-14 18:36:54 +02:00

README

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