You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While fiddling around with Reaper, I noticed that it allows to create an arbitrary number of I/O channels when using JACK. For example, my sound card has only 2 physical outputs but I can instruct Reaper to create a JACK connection with, say, 8 output channels:
Is it possible to do the same via RtAudio? I tried to set 8 for the RtAudio::StreamParameters::nChannels field while using JACK API, but I got the following error:
RtApiJack::probeDeviceOpen: requested number of channels (8) + offset (0) not found for specified device (system).