Re: Setting Parameters
Re: Setting Parameters
- Subject: Re: Setting Parameters
- From: Chris Rogers <email@hidden>
- Date: Wed, 18 Dec 2002 12:09:14 -0800
Hi aNt,
Yes, this was a bug in the Jaguar release of the 3D mixer. The problem
was that the distance parameter would not be taken into account until
the azimuth param was changed. This bug and a number of performance
optimizations have been addressed in the 3D mixer and should be
released in the next software update.
Chris Rogers
Core Audio
Apple Engineer
Hello all me again :)
I cant seem to get Parameters to change when I set them. Am I doing this
correctly:
public void setDistance(float num) {
try {
AudioUnit mix3dUnit = myAUGraph.getNodeInfo_AudioUnit(mixer);
mix3dUnit.setParameter(2, AUConstants.kAudioUnitScope_Input, 0, num,
0);
} catch (Exception ex) {
System.out.println("cant set distance: " + ex.toString());
}
}
Any help would be cool.. Nothing seem to happen to the audio output.
Cheers
aNt
----------------------
[ tomato ] interactive
t: + 44 (0)20 72539961
f: + 44 (0)20 73366271
w: + www.tomato.co.uk
e: + email@hidden
----------------------
_______________________________________________
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.