• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Fwd: Re: AU Property questions
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Fwd: Re: AU Property questions


  • Subject: Fwd: Re: AU Property questions
  • From: Chris Rogers <email@hidden>
  • Date: Wed, 9 Oct 2002 18:34:52 -0700

The Matrix Reverb in Jaguar does not understand the bypass property.
It's easy to simulate bypass by adjusting the dry/wet mix to all dry...

The preset should be working. Try it out in AudioUnitHosting.

Chris Rogers
Core Audio
Apple Computer


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.

  • Prev by Date: Re: AU Property questions
  • Next by Date: Re: presets
  • Previous by thread: Re: AU Property questions
  • Next by thread: Re: presets
  • Index(es):
    • Date
    • Thread