AUSampler kAudioUnitProperty_ClassInfo error -43 on iOS
AUSampler kAudioUnitProperty_ClassInfo error -43 on iOS
- Subject: AUSampler kAudioUnitProperty_ClassInfo error -43 on iOS
- From: ben kamen <email@hidden>
- Date: Sat, 29 Dec 2012 18:30:37 -0800
Hi,
I'm following the CoreAudio book example for using AUSampler, except trying to use my own sampler instrument that I've made in AULab.
CheckError(AudioUnitSetProperty(mDrumMachine,
kAudioUnitProperty_ClassInfo,
kAudioUnitScope_Global,
0
&presetPlist,
sizeof(presetPlist)),
"Couldn't set aupreset plist as sampler's class info");
I'm getting a -43 error when trying to load .aupreset files in AUSampler. I can't find any information on what error -43 is.
Any guidance is greatly appreciated, Thanks.
Ben
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden