mikeoliphant / neural-amp-modeler-lv2

Neural Amp Modeler LV2 plugin implementation
GNU General Public License v3.0
199 stars 25 forks source link

would it be possible to use the below two projects to make a GUI? #67

Closed RustoMCSpit closed 3 months ago

RustoMCSpit commented 3 months ago

https://github.com/brummer10/Ratatouille.lv2 for ratatouille, the Neural-Amp-Modeler and the RTNeural loaders into self contained C++ classes it wont be to hard to reuse them in other projects. Same is true for the convolver class and the dcblocker.

https://github.com/Chowdhury-DSP/BYOD for BYOD, there is a signal chain type GUI that already accepts IRs and will just need to accept NAM files

mikeoliphant commented 3 months ago

@brummer10 (who made Ratatouille) already has a GUI here:

https://github.com/brummer10/neural-amp-modeler-ui

I have no plans to add GUI code to this repository.

RustoMCSpit commented 3 months ago

whats the use case of this vs ratotouille?