Re: Vst2AU porting SDK: version question
Re: Vst2AU porting SDK: version question
- Subject: Re: Vst2AU porting SDK: version question
- From: Marc Poirier <email@hidden>
- Date: Wed, 22 Jan 2003 19:16:06 +0100 (CET)
>
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.
Marc
_______________________________________________
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.