Re: Cocoa and VST
Re: Cocoa and VST
- Subject: Re: Cocoa and VST
- From: Martin Hairer <email@hidden>
- Date: Tue, 13 May 2003 21:24:28 +0100
I don't know AU at all, but does anyone know how to call VST plug-ins
from a Cocoa application ?
There are two types of VST plugins that run on MacOS X.
The "Carbonized" ones are just a CFM code resource that you have to
call by using
the GetMemFragment() function to retrieve a function pointer to the
"main" entry point.
You recognise them
The "Mach-O" ones are bundles. You get the entry point by calling
CFBundleGetFunctionPointerForName
and passing "main_macho" as the function name.
For precise info and specification, you should get the SDK from the
Steinberg website.
<
http://www.steinberg.net/en/ps/support/3rdparty/vst_sdk/download/
index.php>
Regards,
Martin
HairerSoft
http://www.hairersoft.com/
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.