Just a heads up that NAM A2 runs on the daisy! Added it to the @kshep pedal https://github.com/bkshepherd/DaisySeedProjects/releases/tag/v1.6.0
Also note, this repository (https://github.com/bkshepherd/DaisySeedProjects) works on Funboxes and Terrariums, you would just need to adjusted the loaded effects to have 1 effect since there is no way to switch them around, and the toggle switches would not do anything. The code could also be ported to these other platforms easily if you wanted to expand on it.
It has an optional IR if you need one, and a 3 band EQ.
1. Download A2 model you are interested in from https://www.tone3000.com/
2. Run Software/GuitarPedal/Effect-Modules/Nam/nam_to_cpp_array.py on the .nam file to get the model ready in C++
3. Edit Software/GuitarPedal/Effect-Modules/Nam/model_data_nam_a2.h to add the output from (2)
4. Re-compile
5. Re-flash
6. Play guitar
Each NAM A2 .nam file includes 2 models, a standard and lite version. We are using the lite version, but there is no conversion or re-training, it just reads it directly from the downloaded A2 .nam file. The lite version is VERY efficient and pretty comparable to the original NAM standard models accuracy apparently.
References:
https://www.tone3000.com/guides/nam-a2-the-complete-guide
https://www.neuralampmodeler.com/post/a2-is-released
https://www.neuralampmodeler.com/post/architecture-a2
https://forum.electro-smith.com/t/nam-a2-on-daisy-seed/9186
github.com
Also note, this repository (https://github.com/bkshepherd/DaisySeedProjects) works on Funboxes and Terrariums, you would just need to adjusted the loaded effects to have 1 effect since there is no way to switch them around, and the toggle switches would not do anything. The code could also be ported to these other platforms easily if you wanted to expand on it.
It has an optional IR if you need one, and a 3 band EQ.
1. Download A2 model you are interested in from https://www.tone3000.com/
2. Run Software/GuitarPedal/Effect-Modules/Nam/nam_to_cpp_array.py on the .nam file to get the model ready in C++
3. Edit Software/GuitarPedal/Effect-Modules/Nam/model_data_nam_a2.h to add the output from (2)
4. Re-compile
5. Re-flash
6. Play guitar
Each NAM A2 .nam file includes 2 models, a standard and lite version. We are using the lite version, but there is no conversion or re-training, it just reads it directly from the downloaded A2 .nam file. The lite version is VERY efficient and pretty comparable to the original NAM standard models accuracy apparently.
References:
https://www.tone3000.com/guides/nam-a2-the-complete-guide
https://www.neuralampmodeler.com/post/a2-is-released
https://www.neuralampmodeler.com/post/architecture-a2
https://forum.electro-smith.com/t/nam-a2-on-daisy-seed/9186
GitHub - bkshepherd/DaisySeedProjects: A collection of hardware and software projects based around the Electro-Smith Daisy Seed
A collection of hardware and software projects based around the Electro-Smith Daisy Seed - bkshepherd/DaisySeedProjects
Last edited: