sdatkinson / NeuralAmpModelerPlugin

Plugin for Neural Amp Modeler
MIT License
1.98k stars 132 forks source link

[BUG] Standalone: Stereo inputs are confusing; Cannot set left input to Input 1 on a 2-input interface #117

Closed KingKolya closed 1 year ago

KingKolya commented 1 year ago

Description when using ASIO driver the app can only use input 1 from my interface, setting input 1 and/or 2 to anything higher than 1 has no effect, preventing me from using my interfaces second input as a line in for the app.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'file'
  2. Click on 'preferences'
  3. Set input and output device to 'Studio USB ASIO Driver'
  4. Change Input 1 and/or 2 to 2

Expected behavior use second interface input as line in, instead of first input

Desktop

Additional the app allows you to set 2 inputs, but only uses one, and won't allow you to set one of them to none. plugging guitar into input 1 works fine when using the app in standalone mode, but isn't ideal since I normally have my mic in input 1 and permanently swapping would be tedious.

seve54 commented 1 year ago

I confirm error windows 11 input Asio Neural Amp Modeler standalone v.0.7

Senza titoloDDD

sdatkinson commented 1 year ago

Yep, good call.

I suspect that the root cause may be in iPlug2. I'll have to do some digging on it.

@seve54, I believe your issue is a different one from the OP.

AndiOnGit commented 1 year ago

Maybe the 2-2 option is needed here:

define PLUG_CHANNEL_IO "1-1 1-2 2-2"

seve54 commented 1 year ago

even switching inputs and outputs does not work standalone

sdatkinson commented 1 year ago

Changed the name so I can find this a little easier 😄 This is an important issue!

sdatkinson commented 1 year ago

This should be fixed with #166 and will be available in v0.7.3.