kAudioUnitProperty_FactoryPresets
kAudioUnitProperty_FactoryPresets
- Subject: kAudioUnitProperty_FactoryPresets
- From: Glenn Olander <email@hidden>
- Date: Mon, 14 Jul 2003 21:02:31 -0700
I ran into a problem when testing Digital Performer AU support
recently. The problem was that when DP requests the
kAudioUnitProperty_FactoryPresets property, I'd
get a crash in Crystal.
The problem turned out to be a mistake on my part. The docs
clearly state that the host should release the CFArray. I was
continuing to use it after the call.
That got me wondering though. Why isn't this a problem with any
existing hosts? The only answer I can think of is that the
existing hosts don't release it.
Can any host authors confirm whether or not that's the case?
- Glenn
_______________________________________________
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.