NeuralPi

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

commit 3f8014c13d0f87d6e8b2e421d3f7ae499dd174cc
parent 231f44f985faffbe30191346901cee87138ed6f7
Author: Keith Bloemer <32459398+GuitarML@users.noreply.github.com>
Date:   Tue,  8 Mar 2022 12:28:43 -0600

Update PluginEditor.h
Diffstat:
MSource/PluginEditor.h | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/Source/PluginEditor.h b/Source/PluginEditor.h @@ -66,6 +66,9 @@ public: const String modelName{ "model" }; const String irName{ "ir" }; + // For the FileChooser to load json models and IR files + std::unique_ptr<FileChooser> myChooser; + private: // This reference is provided as a quick way for your editor to // access the processor object that created it.