From eed0a7965c1934b534f6a294ef936277801d8a14 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Fri, 15 Apr 2016 23:05:51 +0200 Subject: example multi-channel synth for testing (revert this) --- scripts/synth1.lua | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/scripts/synth1.lua b/scripts/synth1.lua index 046d27404b..264d6dcb99 100644 --- a/scripts/synth1.lua +++ b/scripts/synth1.lua @@ -11,8 +11,11 @@ ardour { function dsp_ioconfig () return { - { audio_in = 0, audio_out = -1}, -- any number of channels - -- { audio_in = 0, audio_out = 4}, -- values > 0, precisely N channels + -- { audio_in = 0, audio_out = -1}, -- any number of channels + -- { audio_in = 0, audio_out = 1}, -- values > 0, precisely N channels + { audio_in = 0, audio_out = 2}, -- values > 0, precisely N channels + { audio_in = 0, audio_out = 4}, -- values > 0, precisely N channels + { audio_in = 0, audio_out = 8}, -- values > 0, precisely N channels -- { audio_in = 0, audio_out = -6}, -- values < -2, up to -N channels, here 1,..,6 } end -- cgit v1.2.3