NeuralAmpModelerPlugin

Plugin for Neural Amp Modeler
Log | Files | Refs | Submodules | README | LICENSE

commit cd11809f87f9886fbe196399313c6de9c1efdf2a
parent 8c9182fb811a1ca233ef431216216168e1790226
Author: Steven Atkinson <[email protected]>
Date:   Sun, 11 Jun 2023 16:59:29 -0700

Don't recurse down file directories when collecting files to iterate through (#289)

* Select file directory instead of file

* Change select text

* Don't fail out so hard if a bad IR or model is attempted to be staged.

* Switch to sdatkinson iPlug2 for speed

* Override ScanDirectory to be non-recursive

* Don't recurse in iPlug2 implementation (hacky)

* Undo unnecessary change in iPlug2
Diffstat:
M.gitmodules | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitmodules b/.gitmodules @@ -1,6 +1,7 @@ [submodule "iPlug2"] path = iPlug2 - url = https://github.com/iPlug2/iPlug2 + # url = https://github.com/iPlug2/iPlug2 # For being steady + url = https://github.com/sdatkinson/iPlug2.git # For moving fast [submodule "eigen"] path = eigen url = https://gitlab.com/libeigen/eigen.git