Re: [PD] the state of VST plugins in Pd

2007-02-04 Thread Kevin McCoy
Plugin~ compiles (Hans has it doing it somehow, I couldn't get it to work) but it doesn't actually work for me, just causes Pd to crash. Also, the difference between OS X vsts and Win32 vsts is a factor here, from what I understand. So unfortunately I don't think Mac OS X is doing too well

Re: [PD] the state of VST plugins in Pd

2007-02-04 Thread David NG McCallum
Yeah, I just found out that plugin~ is included in pd-extended, but I can't seem to get it to recognise any of the ladspa plugins I have on my machine, and whenever I try to load the plugin~ help patch, my machine just crashes… sigh. D On 04/02/07, Kevin McCoy [EMAIL PROTECTED] wrote: Plugin~

Re: [PD] the state of VST plugins in Pd

2007-02-04 Thread David NG McCallum
Should also say that when I try to compile plugin~ I get the following error (that I saw mentioned on the list earlier, and the only solution I could find anyone give was to find a binary of plugin~ somewhere, which isn't that helpful): gcc -dynamiclib -o plugin~.pd_linux jload.os jsearch.os

Re: [PD] the state of VST plugins in Pd

2007-02-04 Thread Kevin McCoy
Exactly the same as what I was getting. See http://lists.puredata.info/pipermail/pd-list/2007-01/046124.html Kevin On 2/4/07, David NG McCallum [EMAIL PROTECTED] wrote: Should also say that when I try to compile plugin~ I get the following error (that I saw mentioned on the list earlier, and

Re: [PD] the state of VST plugins in Pd

2007-02-04 Thread Thomas Grill
both tgrill's vst~ and plugin~ should work on OSX with trivial modifications. i suggest you just try compiling them, after collecting the requisite SDKs. I'm sorry, that's not true for vst~. It doesn't currently work for OSX, since the windowing functions haven't been implemented yet.

Re: [PD] the state of VST plugins in Pd

2007-02-04 Thread Jamie Bullock
dssi~ definitely works on OS X for both LADSPA and DSSI plugins. The official release can be found at: http://www.puredata.org/Members/jb/dssi%7E/view There is a dependency on the liblo library. You will also need the LADSPA and DSSI SDK's if you want to compile from source. Let me know if you

[PD] the state of VST plugins in Pd

2007-02-03 Thread David NG McCallum
Hi all, I know that there was some activity going on at some point with using VST plugins in Pd, and I got the impression that there were several unrelated objects, or legacy objects, and I was never really sure which the current VST object was for Pd (plugin~? vst~?). So… Is it currently

Re: [PD] the state of VST plugins in Pd

2007-02-03 Thread carmen
On Sat Feb 03, 2007 at 10:11:34PM -0500, David NG McCallum wrote: Hi all, I know that there was some activity going on at some point with using VST plugins in Pd, and I got the impression that there were several unrelated objects, or legacy objects, and I was never really sure which the