Re: [PD] loading Camomile plug-ins using vstplugin~

2019-01-20 Thread Christof Ressi
cool, thanks for testing! Gesendet: Sonntag, 20. Januar 2019 um 20:17 Uhr Von: "JTG III" An: pd-list@lists.iem.at Betreff: Re: [PD] loading Camomile plug-ins using vstplugin~ Seems to work on MacOS Sierra.   ___ Pd-list@lists.iem.at ma

Re: [PD] loading Camomile plug-ins using vstplugin~

2019-01-20 Thread JTG III
; > > > > and guess what: [vstplugin~] + Camomile actually seems to work on > Windows :-D :-D :-D. See attached picture. > > > > > > Christof > > > > > > > Gesendet: Sonntag, 20. Januar 2019 um 14:55 Uhr > > > > Von: "Christof Ressi" >

Re: [PD] loading Camomile plug-ins using vstplugin~

2019-01-20 Thread Christof Ressi
review... Christof > Gesendet: Sonntag, 20. Januar 2019 um 18:07 Uhr > Von: "Miller Puckette" > An: "Christof Ressi" > Cc: cla...@mathr.co.uk, Pd-List > Betreff: Re: Re: [PD] loading Camomile plug-ins using vstplugin~ > > Bingo! I added the RTLD_DEEPBI

Re: [PD] loading Camomile plug-ins using vstplugin~

2019-01-20 Thread Christof Ressi
#linux_download > Gesendet: Sonntag, 20. Januar 2019 um 18:07 Uhr > Von: "Miller Puckette" > An: "Christof Ressi" > Cc: cla...@mathr.co.uk, Pd-List > Betreff: Re: Re: [PD] loading Camomile plug-ins using vstplugin~ > > Bingo! I added the RTLD_DEEPBIND flag to

Re: [PD] loading Camomile plug-ins using vstplugin~

2019-01-20 Thread Miller Puckette
k on Windows :-D > :-D :-D. See attached picture. > > Christof > > > Gesendet: Sonntag, 20. Januar 2019 um 14:55 Uhr > > Von: "Christof Ressi" > > An: Pd-List > > Betreff: Re: [PD] loading Camomile plug-ins using vstplugin~ > > > > > May

Re: [PD] loading Camomile plug-ins using vstplugin~

2019-01-20 Thread José de Abreu
attached picture. > > Christof > > > Gesendet: Sonntag, 20. Januar 2019 um 14:55 Uhr > > Von: "Christof Ressi" > > An: Pd-List > > Betreff: Re: [PD] loading Camomile plug-ins using vstplugin~ > > > > > Maybe static linking of libpd in

Re: [PD] loading Camomile plug-ins using vstplugin~

2019-01-20 Thread Alexandre Torres Porres
Em dom, 20 de jan de 2019 às 10:28, Christof Ressi escreveu: > > When I announced [vstplugin~] people immediately came up with this idea > but they were joking (I hope!) > yeah, I came up with it as a joke :) but I also expected something like that to work

Re: [PD] loading Camomile plug-ins using vstplugin~

2019-01-20 Thread Christof Ressi
> Maybe static linking of libpd in Camomile would fix this? I think Camomile already links statically against libpd. > Gesendet: Sonntag, 20. Januar 2019 um 14:35 Uhr > Von: "Claude Heiland-Allen" > An: pd-list@lists.iem.at > Betreff: Re: [PD] loading Camomile plug-in

Re: [PD] loading Camomile plug-ins using vstplugin~

2019-01-20 Thread Claude Heiland-Allen
Hi, On 20/01/2019 01:52, Miller Puckette wrote: I don't think it works. Unless I'm misreading things, once Camomile calls pd_init(), that call doesn't go to the pd_init that's compiled into Camomile (via libpd) but instead calls pd_init from the Pd that called vstplugin~ that called Camomile.

Re: [PD] loading Camomile plug-ins using vstplugin~

2019-01-20 Thread Henri Augusto Bisognini
Incepdion De: Pd-list em nome de Christof Ressi Enviado: domingo, 20 de janeiro de 2019 10:25 Para: Miller Puckette; Pd-List Assunto: Re: [PD] loading Camomile plug-ins using vstplugin~ Sorry, I got confused! you were (obviously) talking about loading

Re: [PD] loading Camomile plug-ins using vstplugin~

2019-01-20 Thread Christof Ressi
PDINSTANCE? But again, I don't see why anyone would want to do this instead of just loading the patch as an abstraction? Christof > Gesendet: Sonntag, 20. Januar 2019 um 11:12 Uhr > Von: "Christof Ressi" > An: "Miller Puckette" > Cc: pd-l...@iem.at > Betreff: Re:

Re: [PD] loading Camomile plug-ins using vstplugin~

2019-01-20 Thread Christof Ressi
ntag, 20. Januar 2019 um 02:52 Uhr > Von: "Miller Puckette" > An: pd-l...@iem.at > Betreff: [PD] loading Camomile plug-ins using vstplugin~ > > To Pd list - > > In case anyone else thought they could use vstplugin~ (By Hannes, available > from https://g

Re: [PD] loading Camomile plug-ins using vstplugin~

2019-01-19 Thread JTG III
I was just thinking about this about an hour ago and was literally just going to try it out right now! In, uh, unrelated news, my plans for tonight fell through, so, uh, my schedule is pretty wide open... On Jan 19, 2019 8:57 PM, "Miller Puckette" wrote: To Pd list - In case anyone else

[PD] loading Camomile plug-ins using vstplugin~

2019-01-19 Thread Miller Puckette
To Pd list - In case anyone else thought they could use vstplugin~ (By Hannes, available from https://git.iem.at/pd/vstplugin) to load Camomile (https://github.com/pierreguillot/Camomile) - I don't think it works. Unless I'm misreading things, once Camomile calls pd_init(), that call doesn't