GuitarML / SmartGuitarAmp

Guitar plugin made with JUCE that uses neural networks to emulate a tube amplifier.
https://guitarml.com/
Apache License 2.0
1.23k stars 55 forks source link

SmartAmp and SmartPedal have the same plugin UID? #31

Closed crenshawda closed 2 years ago

crenshawda commented 2 years ago

I couldn't get Reaper 6.67 Win10 to see both until I enabled this setting:

image

GuitarML commented 2 years ago

Thanks so much for that! Yes it appears I built them with the same uid, to be honest I didn't know that it mattered until now. Will fix and update soon.

Update: Actually I used the same UID as NeuralPi for both of those, forgot to update them when I copied over the cmake files.

GuitarML commented 2 years ago

@crenshawda Here's a couple of new SmartPedal models for your assistance in diagnosing this issue, its from a Rockman distortion rackmount unit. It's trained from the same samples as the NeuralPi Rockman models, but using WaveNet, and they sound pretty good with an IR after it. One uses a 10 layer model, and the other is a 18 layer. Enjoy!

rockman_SmartPedal_models.zip

GuitarML commented 2 years ago

The SmartGuitarAmp and SmartGuitarPedal releases have been updated to have unique UID, verified loading both in Reaper without requiring the "same UID" setting. Closing issue