Open jardous opened 1 year ago
I'll have to look to see how much work this is--depends mainly on the iPlug2 framework that this is built on top of.
Likely to either be really easy, or basically out of scope for this repo, and unlikely anything between 🙂
Currently trying to build the plugin for Linux to solve this.
The core code builds and runs fine in Linux.
I'm currently working on an LV2 plugin port:
https://github.com/mikeoliphant/neural-amp-modeler-lv2
Right now it is using hacked up version of the core NAM code files, but I'll switch it to a submodule reference once issue https://github.com/sdatkinson/NeuralAmpModelerPlugin/issues/90 is resolved.
Thanks for the info! I'm looking to create a cmake build file and integrate it in the build and release process. I did some research and iPlug2 currently doesn´t have the linux version merged (There are two branches that will help here "cmake" and "linux" ) so I'll work from there but knowing it builds is a good sign for this task.
Update: Ok, saw your lv2 branch and it already builds on Linux so I think I can concentrate on the integration and release of the VST Linux version.
I'd like to add Flatpak support is important too
This issue seems to be asking for a linux native NAM plugin? It should probably be renamed to distinguish it from #148.
It would be nice to have a native support for Linux