NeuralPi

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

commit 26f806f785f4214feaae577ac15e8aff2362801a
parent a6508d3bd2f79f205c38edf2b6fe3cd79ace0899
Author: keith <[email protected]>
Date:   Mon,  9 Aug 2021 18:36:45 -0500

Fixed typo

Diffstat:
MSource/PluginEditor.cpp | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Source/PluginEditor.cpp b/Source/PluginEditor.cpp @@ -732,7 +732,7 @@ void NeuralPiAudioProcessorEditor::buildAddressPatterns() trebleAddressPattern = "/parameter/" + ampName + "/Treble"; presenceAddressPattern = "/parameter/" + ampName + "/Presence"; modelAddressPattern = "/parameter/" + ampName + "/Model"; - modelAddressPattern = "/parameter/" + ampName + "/Ir"; + irAddressPattern = "/parameter/" + ampName + "/Ir"; } void NeuralPiAudioProcessorEditor::connectSender()