Any plan for a VST plugin to run SOUL patches? #66
-
I've read that SOUL patches can be run in Waveforms,and that you can generate C++ (and JUCE?) code from which a VST could be built, but is there any plan to offer a VST plugin where SOUL patches can be run and JIT compiled on the fly? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
There is one - code is here: |
Beta Was this translation helpful? Give feedback.
-
A part from an issue with VS 2019 and pdb files I could build the plugin, but now I'm hitting my head against ths "Coulnd't fin or load SOUL_PatchLoader.dll" message. I've tried putting in the same folder beside the vst3 plugin, under the (odd) AppData/SOUL folder, but noway... the message still apears. |
Beta Was this translation helpful? Give feedback.
There is one - code is here:
https://github.com/soul-lang/SOUL/blob/master/tools/plugin/Patch_Plugin_README.md