Re: AU Property questions
Re: AU Property questions
- Subject: Re: AU Property questions
- From: Robert Grant <email@hidden>
- Date: Wed, 9 Oct 2002 20:25:11 -0400
The Delay effect *does* respond to the BypassEffect property. Is there
something
weird about MatrixReverb?
Of course there are no factory presets for the Delay - so I can't test
that :-)
Robert.
On Wednesday, October 9, 2002, at 08:15 PM, Robert Grant wrote:
I've got a couple of property questions. My graph is set up and running
happily and
when I try to change the Matrix Reverb preset the property change is
accepted (0
returned) but the reverb doesn't change.
Also when I try to get the BypassEffect property with the following
code:
UInt32 bypass;
UInt32 size = sizeof(UInt32*);
OSStatus status;
status = AudioUnitGetProperty(unit,
kAudioUnitProperty_BypassEffect,
0,
0,
&bypass,
&size);
I get -10879 (i.e. kAudioUnitErr_InvalidProperty)
Am I doing something wrong? (Probably given the earlier question :-))
Thanks,
Robert.
_______________________________________________
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.
_______________________________________________
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.