Commit e7c0293b by PLN (Algolia)

chore: add orbit 13 (bus 26) for tidal-ears test capture

28 output channels (+4), 14th orbit dedicated to tidal-ears audition.
No Ardour track needed — captured via PipeWire virtual sink.
parent c5066aa1
...@@ -83,7 +83,7 @@ s.options.memSize = 8192 * 32; // increase this if you get "alloc failed" messag ...@@ -83,7 +83,7 @@ s.options.memSize = 8192 * 32; // increase this if you get "alloc failed" messag
s.options.numWireBufs = 128; // increase if "exceeded number of wire buffer" messages s.options.numWireBufs = 128; // increase if "exceeded number of wire buffer" messages
s.options.maxNodes = 1024 * 32; // increase this if you are getting drop outs and the message "too many nodes" s.options.maxNodes = 1024 * 32; // increase this if you are getting drop outs and the message "too many nodes"
s.options.numOutputBusChannels = 12; // set this to your hardware output channel size, if necessary s.options.numOutputBusChannels = 12; // set this to your hardware output channel size, if necessary
s.options.numOutputBusChannels = 24; // MULTICHANNEL SETUP s.options.numOutputBusChannels = 28; // MULTICHANNEL + tidal-ears test orbit
s.options.numInputBusChannels = 2; // set this to your hardware output channel size, if necessary s.options.numInputBusChannels = 2; // set this to your hardware output channel size, if necessary
// boot the server and start SuperDirt // boot the server and start SuperDirt
s.waitForBoot { s.waitForBoot {
...@@ -114,7 +114,7 @@ s.waitForBoot { ...@@ -114,7 +114,7 @@ s.waitForBoot {
// s.sync; // optionally: wait for samples to be read // s.sync; // optionally: wait for samples to be read
//~dirt.start(57120, 0 ! 12); // start listening on port 57120, create two busses each sending audio to channel 0 //~dirt.start(57120, 0 ! 12); // start listening on port 57120, create two busses each sending audio to channel 0
~dirt.start(57120, [0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24]); // start listening on port 57120, MULTICHANNEL - ALSO UPDATE NUMOUTPUT ~dirt.start(57120, [0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26]); // +orbit 13 (bus 26) = tidal-ears test
//~dirt.soundLibrary.addMIDI(\midi, ~midiOut); // Connect `midi` synth to iO4 //~dirt.soundLibrary.addMIDI(\midi, ~midiOut); // Connect `midi` synth to iO4
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment