Setting Parameters
Setting Parameters
- Subject: Setting Parameters
- From: aNt <email@hidden>
- Date: Wed, 18 Dec 2002 14:18:02 +0000
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.