NeuralPi

Raspberry Pi guitar pedal using neural networks to emulate real amps and effects
Log | Files | Refs | Submodules | README

commit 0286cc973035efef347807f5bb51134a2de5c163
parent c6eaf570061d3c711e7903b5cae44042c7a619b5
Author: keith <[email protected]>
Date:   Wed, 27 Oct 2021 06:00:49 -0500

Updated binary resources

Diffstat:
Mresources/CMakeLists.txt | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/resources/CMakeLists.txt b/resources/CMakeLists.txt @@ -1,8 +1,9 @@ juce_add_binary_data(BinaryData SOURCES logo.png npi_background.jpg - ../models/BluesJR_FullD.json - ../models/TS9_FullD.json + ../models/BluesJr.json + ../models/TS9.json + ../models/HT40_Overdrive.json ) # Need to build BinaryData with -fPIC flag on Linux