neural-amp-modeler

Neural network emulator for guitar amplifiers
Log | Files | Refs | README | LICENSE

commit 9d6525e336461ac566995e12d6b9dabe538aaff2
parent 4a48e2327b3c9da30ab22cbeed14eb8e532e85b2
Author: Steven Atkinson <steven@atkinson.mn>
Date:   Sun,  1 May 2022 18:58:50 -0700

Merge branch 'main' of https://github.com/sdatkinson/neural-amp-modeler

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -52,7 +52,7 @@ path/to/checkpoints/epoch=123_val_loss=0.000010.ckpt \ path/to/exported_models/MyAmp ``` -You'll want the `HardCodedModel.h` to paste over into the plugin source. +You'll want the `HardCodedModel.h` to paste over into the plugin source (i.e. [here](https://github.com/sdatkinson/iPlug2/blob/5a0f533f7a9e4ee691da26adb2a38d87905e87fe/Examples/NAM/HardCodedModel.h)). ## Advanced usage