• 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
Resources under VST2AU project
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Resources under VST2AU project


  • Subject: Resources under VST2AU project
  • From: Howard Moon <email@hidden>
  • Date: Fri, 13 Dec 2002 07:57:32 -0800

Hi...

I'm having trouble getting the VST2AU porting project to work for an existing vst plug-in. The problem is that, during the construction of our AudioEffectX descendant, we make calls to Get1Resource for DLOG and DITL resources we've got stored in a .r file. This call always returns 0. I've tried moving our .r entries into the VSTAUResource.r file, assuming that at least *that* file would work, but that didn't help, either.

Now I saw a thread about resource problems like this, but the solution was found with a PB project, and I'm using CodeWarrior. I simply don't see the bundle information that they say you can pass to CFBundleGetBundleWithIdentifier in order to get the bundle handle and then call CFBundleOpenBundleResourceMap. Something like this:

CFBundleRef bundle = CFBundleGetBundleWithIdentifier(CFSTR("who.knows.what.goes.here"));
CFBundleOpenBundleResourceMap(bundle);

In PB, they say they can get that info, but under the VST2AU project, what would I pass as the string? Or, is this even the correct approach that will let a subsequent Get1Resource call to work?

Thanks for any help...I'm at a standstill on this porting thing....

Howard
_______________________________________________
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.

  • Follow-Ups:
    • Re: Resources under VST2AU project
      • From: Urs Heckmann <email@hidden>
  • Prev by Date: MIDI Feedback in Logic and Cubase
  • Next by Date: Re: Resources under VST2AU project
  • Previous by thread: Re: MIDI Feedback in Logic and Cubase
  • Next by thread: Re: Resources under VST2AU project
  • Index(es):
    • Date
    • Thread