brummer10 / Ratatouille.lv2

Ratatouille is a Neural Model loader and mixer for Linux/Windows
BSD 3-Clause "New" or "Revised" License
57 stars 1 forks source link

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

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

originally posted: https://github.com/mikeoliphant/neural-amp-modeler-lv2/issues/67

brummer10 commented 3 months ago

Feel free to use those classes and do so. But note, RTNeural is, as well as BYOD, original written by jatinchowdhury18, so, implementing a model loader into BYOD as plugin would be straight forward for him.

RustoMCSpit commented 3 months ago

Feel free to use those classes and do so. But note, RTNeural is, as well as BYOD, original written by jatinchowdhury18, so, implementing a model loader into BYOD as plugin would be straight forward for him.

okay ive contacted them about it, thanks!