interface StereoEffectStack
|
A stack of stereo effects
More... |
|
|
Public Methods
A stack of stereo effects
long insertTop (StereoEffect effect, string name)
|
inserts an effect at the top side (= directly after the input)
Returns: an ID which can be used to remove the effect again
long insertBottom (StereoEffect effect, string name)
|
inserts an effect at the bottom (= close to the output) side
Returns: an ID which can be used to remove the effect again
removes an effect again
Generated by: stefan@stefan on Sat Feb 24 19:11:36 2001, using kdoc 2.0a47. |