• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Cocoa and VST
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

References: 
 >Cocoa and VST (From: Jean Bovet <email@hidden>)

  • Prev by Date: Where should I ask about CoreAudio/Java
  • Next by Date: Newbie (*AudioDeviceIOProc) question
  • Previous by thread: Cocoa and VST
  • Next by thread: Where should I ask about CoreAudio/Java
  • Index(es):
    • Date
    • Thread