commit dc36f1f7462ddc7f83a0742d16c92e376fcfaebf parent 5f24710e029eee802b85c0584e49c9927f60a7a8 Author: Steven Atkinson <[email protected]> Date: Sun, 1 May 2022 10:54:41 -0700 Update README.md Path to `HardCodedModel.h` in iPlug2 source Diffstat:
M | README.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