Thank you!
@Alexandre
I'm trying to think about what's the advantage of using something like Camomile-ELSE now, and what comes to mind is that you can compile the vst/.au/whatever with it and release/distribute as a plug in, right?
I'm not sure what do you mean by "you can compile the vst/.au/whatever with it". If you want to distribute a plugin that use externals without compiling Camomile, I guess one solution would be to ship a Pd distribution with the externals in the plugin bundle and use the [pd~] object to start a process with this embedded Pd binary (that would be able to load the external). Or you can ask the user to install Pd and the required externals if you don't want to ship a complete Pd distribution with the plugin.
@Alfonso
As far as i understand all the Audio/MIDI i/o, VST parameters, preset handling etc. has to be made in the main Camomile patch an the actual processing in the [pd~] subpatch.
Yes, indeed. You have to route the message from the main patch to the [pd~] object.
And as far as i understand multiple
instances of Camomile VST can exists in the same DAW project. Am i right?
Yes.
Date: Tue, 12 Jan 2021 21:49:55 +0100
From: alfonso santimone alfonso.santimone@gmail.com To: pd-list@iem.at Subject: Re: [PD] [PD-announce] Camomile v1.0.8-beta Message-ID: <CAPpSNCvPpDx9S1BHsFp___AFtExXp0AQwnV= 9vyYVj2wgk-kOA@mail.gmail.com> Content-Type: text/plain; charset="utf-8"
That's super great news!! As far as i understand all the Audio/MIDI i/o, VST parameters, preset handling etc. has to be made in the main Camomile patch an the actual processing in the [pd~] subpatch. And as far as i understand multiple instances of Camomile VST can exists in the same DAW project. Am i right?
On Tue, Jan 12, 2021, 21:25 Alexandre Torres Porres porres@gmail.com wrote:
Em ter., 12 de jan. de 2021 às 15:49, Pierre Guillot < guillotpierre6@gmail.com> escreveu:
Pd has been updated, so you can use the pd~ object (I tried and it seems to work well), and as Miller suggested, this can be used to patch
directly
in your DAW and to use externals!
Mind Blowing!!! Game Changer!!!
I'm trying to think about what's the advantage of using something like Camomile-ELSE now, and what comes to mind is that you can compile the .vst/.au/whatever with it and release/distribute as a plug in, right?
On the other hand, being able to open Pd inside any daw is great and basically the equivalent of MaxForLive, but is actually PdForEVERYTHING
:)