|
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
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
| References: | |
| >Resources under VST2AU project (From: Howard Moon <email@hidden>) |
| Home | Archives | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2011 Apple Inc. All rights reserved.