Skip to content

[JACK] Set an arbitrary number of input/output channels (aka ports) #458

@gvnnz

Description

@gvnnz

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:

Image

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions