Hi,
I've been working on the new (major) version of the plugin Camomile, a plugin (VST/VST3/AU) that loads Pure Data patches. It's not ready yet but pre-releases (v0.1.0-beta5) are available for MacOS, Linux and Windows. I compiled online because I have neither a Linux nor a Windows machine. I test everything on MacOS, it would be great if some of you could give me feedback on Linux and Window (on MacOS also). At least to know if it works.
https://github.com/pierreguillot/Camomile/releases
For the moment, the documentation only explains how to use the plugins not how to create new ones. I will update and complete the documentation in the next weeks and feel free to ask me in the meantime. Cheers,
Pierre
Hi Pierre,
I'm testing on windows and my host doesn't load Camomile:
Analysis with http://www.dependencywalker.com/ shows that "Camomile.dll" is calling "libpd.dll" which is not present anywhere on "CamomileWindows.zip".
Apart from that it seems "Camomile.dll" is compiled for 64bit. My host (ableton live 7) does not load 64bit VSTs.
Do I open an issue @ the git?
Mensaje telepatico asistido por maquinas.
On 12/3/2017 10:38 AM, Pierre Guillot wrote:
it would be great if some of you could give me feedback on Linux and Window (on MacOS also). At least to know if it works.
Yes, it would be great. Thanks! (Sorry I didn't see it came from the pd-list also)
I'll send new binaries for Windows via the Github issue. I guess 32bit version should be easy to do. The problem is to link Camomile with the libPd static library (libpd.lib) on Windows (so libpd will be integrated to the plugin). I don't know why it didn't work but I prefer not to use a dynamic library (libpd.dll) because conflicts can happen with other versions.
2017-12-03 20:02 GMT+01:00 Lucas Cordiviola lucarda27@hotmail.com:
Hi Pierre,
I'm testing on windows and my host doesn't load Camomile:
Analysis with http://www.dependencywalker.com/ shows that "Camomile.dll" is calling "libpd.dll" which is not present anywhere on "CamomileWindows.zip".
Apart from that it seems "Camomile.dll" is compiled for 64bit. My host (ableton live 7) does not load 64bit VSTs.
Do I open an issue @ the git?
Mensaje telepatico asistido por maquinas.
On 12/3/2017 10:38 AM, Pierre Guillot wrote:
it would be great if some of you could give me feedback on Linux and Window (on MacOS also). At least to know if it works.