Mike Oliphant
Mike Oliphant
I went ahead and added a "Release-Clang-x64-v3" build configuration. Now this PR can be merged without impacting the current official release build. To make the optimized build the official one...
Interesting. I wonder if this has anything to do with the issue we were seeing with the LV2 plugin for some LSTM models? https://github.com/mikeoliphant/neural-amp-modeler-lv2/issues/41 The behavior was different, but it...
Finally got a chance to look into this a bit. I'm getting silence when trying to play LSTM models - all models I've tried so far. Interestingly, though, I have...
It is strange that the LV2 plugin is working fine. It is currently synced to the same Core code as the NeuralAmpModelerPlugin, so if an LSTM bug had been introduced...
I've opened an issue to track the LSTM problem here: https://github.com/sdatkinson/NeuralAmpModelerPlugin/issues/388
> I've not had any issues using LSTMs with the main release version If by "main release" you mean the last official release, it is almost four months old. The...
The LSTM issue is fixed now in the Core (thanks, @sdatkinson!). It will be fixed here when the Core submodule is next sync'd. The issue wasn't a problem for the...
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...
> I think this can be closed since the repo now tracks the iPlug2 repo, where [iPlug2/iPlug2@dbdf118](https://github.com/iPlug2/iPlug2/commit/dbdf118fc8273eba0241ffe90202e415de4968a4) is merged That should hopefully enable clang support, but we still don't actually...
@sdatkinson Can you re-open this? I think it is worth looking into having an official clang build. Recent experiments with clang on the LV2 plugin are showing around a 30%...