From 462db1fa921f9811f09d3483968c9fbac49a9884 Mon Sep 17 00:00:00 2001 From: Steven Atkinson Date: Sat, 2 May 2026 20:07:24 -0700 Subject: [PATCH 1/2] Fix standalone input channel selection --- .gitmodules | 3 +-- README.md | 2 +- iPlug2 | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index f63345160..e7f81f8d4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,6 @@ [submodule "iPlug2"] path = iPlug2 - url = https://github.com/iPlug2/iPlug2 - # url = https://github.com/sdatkinson/iPlug2.git + url = https://github.com/sdatkinson/iPlug2.git [submodule "eigen"] path = eigen url = https://gitlab.com/libeigen/eigen.git diff --git a/README.md b/README.md index 9d3510612..5677c1e51 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ This is a cleaned up version of [the original iPlug2-based NAM plugin](https://g ## Rough edges ### Standalone I/O -The I/O for the standalone doesn't inherit the stability of most plugin hosts (DAWs), so it's a bit sparser on features. The most common sharp edge is that **only input 1 is supported**. If you have a dual-input interface where the guitar goes in input 2 (e.g. Focusrite Solo), then you're going to need to either (A) use input 1 (and, perhaps, a DI box) or (B) use the plugin (VST3/AU) inside a plugin host. +The I/O for the standalone doesn't inherit the stability of most plugin hosts (DAWs), so it's a bit sparser on features. For complex routing, the plugin (VST3/AU) inside a plugin host is still the most reliable option. ### Graphics backend If you're having trouble with NAM crashing before the GUI comes up, then you might have an unsupported graphics configuration. Usually, this is when you have a dedicated graphics card (like an nVIDIA GPU) and you're using the integrated (CPU) graphics on a Windows system. To fix this, Go to the control panel, pick NAM (or your DAW), and make sure that it uses your graphics card. (If you know more and can help fix this, please make an Issue and let me know more!) diff --git a/iPlug2 b/iPlug2 index 8cf36e7d6..1b4551a20 160000 --- a/iPlug2 +++ b/iPlug2 @@ -1 +1 @@ -Subproject commit 8cf36e7d6e113f0babe1ff114ca4e97c4b38d309 +Subproject commit 1b4551a208cb2ebaecbd7ffbae4e91f597c8405a From 42481cd5f8fded1f6f390f4ff3ef484f7fbad372 Mon Sep 17 00:00:00 2001 From: Steven Atkinson Date: Sun, 3 May 2026 11:30:36 -0700 Subject: [PATCH 2/2] Update iPlug2 standalone audio IO pointer --- iPlug2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iPlug2 b/iPlug2 index 1b4551a20..ce269af7d 160000 --- a/iPlug2 +++ b/iPlug2 @@ -1 +1 @@ -Subproject commit 1b4551a208cb2ebaecbd7ffbae4e91f597c8405a +Subproject commit ce269af7df778cd163110be059bb4008215e5186