Skip to content

fixed bug in satie.scd inputChannelOffsets

Zack Konate requested to merge ztemp3 into develop

in Satie.scd

added variable numImputs

and Server.local.options.numInputBusChannels = ~numInputs + ~inOffset;

to correctly allocate busses when using an offset.

Code tested.

Merge request reports