Re: Vst2AU porting SDK: version question
Re: Vst2AU porting SDK: version question
- Subject: Re: Vst2AU porting SDK: version question
- From: Bill Stewart <email@hidden>
- Date: Wed, 22 Jan 2003 18:28:39 -0800
On Wednesday, January 22, 2003, at 10:16 AM, Marc Poirier wrote:
I just recently got a new Mac, and have returned to doing some Audio
Units investigation. I had previously done some work with the porting
SDK, and was at least compiling successfully. Now I get an error when
I compile, with the symbol "kAudioUnitProperty_RampUpTime" being
undefined. I thought I had copied over everything, but apparently
not.
Does anyone know what the problem might be?
I'm thinking that it might be that I have an older Apple CoreAudio
SDK?
You actually have a newer version. The RampUpTime property has been
obsoleted. Just search through your source code and the VST -> AU
porting
SDK for any mention of RampUpTime and delete that stuff. It's no
longer a
supported property, but TailSize still is.
and its strongly encouraged that your audio unit should support this
(tail) property:)
Bill
--
mailto:email@hidden
tel: +1 408 974 4056
________________________________________________________________________
__
"Much human ingenuity has gone into finding the ultimate Before.
The current state of knowledge can be summarized thus:
In the beginning, there was nothing, which exploded" - Terry Pratchett
________________________________________________________________________
__
_______________________________________________
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.