summaryrefslogtreecommitdiff
path: root/scripts/_route_template_example.lua
blob: 9018fc0ddaa60f2b6aaf063ec05929b455d0bb1b (plain)
1
2
3
4
5
6
7
8
9
10
11
ardour {
	["type"]    = "TrackSetup",
	name        = "Route Test",
	description = [[ FOR TESTING AND PROTOTYING ONLY ]]
}

-- DON'T COUNT ON THIS TO REMAIN AS IS.
-- This may turn into a factory method, re-usable as ActionScript.
function session_setup ()
	Session:new_audio_track (1, 1, nil, 1, "Hello",  ARDOUR.PresentationInfo.max_order, ARDOUR.TrackMode.Normal)
end