Skip to content

[BUG] App: Input channels list in preferences dialog is wrong #368

@splisp

Description

@splisp

In the Preferences dialog, the list of input channels is always populated for the first listed device, and not for the actually selected device. In the following screenshot, we can see 16 channels but my ZEDi10 only has 4:

1

This is because we are seeing the list of input channels for the ReaRoute device, the first one in the list:

2

I have verified in the debug that, in IPlugAPPHost::PopulateDriverSpecificControls(), mState.mAudioInDev.Get() always returns "ReaRoute ASIO (x64)" and I have found no way to change it (applying the dialog, closing it, doesn't help).

I am on Windows 10 professional 64 bit, running the standalone app, built from sources in debug mode (just forked).

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingpriority:lowLow priority issuesupstream:iplug2there's an upstream issue with iPlug2 that needs to be addressed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions