Copyright ©1995 by NeXT Computer, Inc. All Rights Reserved.
NXSoundParameters
(int)intValueForParameter:(NXSoundParameterTag)ptag;
(float)floatValueForParameter:(NXSoundParameterTag)ptag;
(void)setParameter:(NXSoundParameterTag)ptag toBool:(BOOL)flag;
(void)setParameter:(NXSoundParameterTag)ptag toInt:(int)value;
(void)setParameter:(NXSoundParameterTag)ptag toFloat:(float)value;
(void)removeParameter:(NXSoundParameterTag)ptag;
(BOOL)isParameterPresent:(NXSoundParameterTag)ptag;