mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
example multi-channel synth for testing (revert this)
This commit is contained in:
parent
a27e0f0d65
commit
eed0a7965c
1 changed files with 5 additions and 2 deletions
|
|
@ -11,8 +11,11 @@ ardour {
|
||||||
function dsp_ioconfig ()
|
function dsp_ioconfig ()
|
||||||
return
|
return
|
||||||
{
|
{
|
||||||
{ audio_in = 0, audio_out = -1}, -- any number of channels
|
-- { 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}, -- 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
|
-- { audio_in = 0, audio_out = -6}, -- values < -2, up to -N channels, here 1,..,6
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue