VST-Plugins in PB?

Just starting out? Need help? Post your questions and find answers here.
eriansa
Enthusiast
Enthusiast
Posts: 277
Joined: Wed Mar 17, 2004 12:31 am
Contact:

VST-Plugins in PB?

Post by eriansa »

Has anyone been able to make a VST-plugin in PB?

AFAIK it should be possible: we have DLL, we have WindowCallbacks() (WaitWindowEvent() is a no-go here), MultiThread...

Perhaps there are other things to consider before I start to translate the VST-Sdk?

P.s.
I already made a Vst-AsioHost in PB.
Seymour Clufley
Addict
Addict
Posts: 1266
Joined: Wed Feb 28, 2007 9:13 am
Location: London

Re: VST-Plugins in PB?

Post by Seymour Clufley »

I can't help with this, but just wanted to say good luck with it! :)
JACK WEBB: "Coding in C is like sculpting a statue using only sandpaper. You can do it, but the result wouldn't be any better. So why bother? Just use the right tools and get the job done."
User avatar
Rook Zimbabwe
Addict
Addict
Posts: 4322
Joined: Tue Jan 02, 2007 8:16 pm
Location: Cypress TX
Contact:

Re: VST-Plugins in PB?

Post by Rook Zimbabwe »

Are you talking about the Virtual Studio or the Video Computing Platform???
Binarily speaking... it takes 10 to Tango!!!

Image
http://www.bluemesapc.com/
KarLKoX
Enthusiast
Enthusiast
Posts: 681
Joined: Mon Oct 06, 2003 7:13 pm
Location: France
Contact:

Re: VST-Plugins in PB?

Post by KarLKoX »

eriansa wrote:Has anyone been able to make a VST-plugin in PB?

AFAIK it should be possible: we have DLL, we have WindowCallbacks() (WaitWindowEvent() is a no-go here), MultiThread...

Perhaps there are other things to consider before I start to translate the VST-Sdk?

P.s.
I already made a Vst-AsioHost in PB.
I see 2 ways to implement this :

- easiest : create a dll bridge wich implement a VST plugin wich call PB function from outside,
- normal : translate all the SDK wich will not be very easy as it is true C++ code (Interface, Class, Namespace ...).
"Qui baise trop bouffe un poil." P. Desproges

http://karlkox.blogspot.com/
Post Reply