interface StereoEffectStack
|
A stack of stereo effects
More... |
|
|
Public Methods
A stack of stereo effects
long insertTop (StereoEffect effect, string name)
| insertTop |
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)
| insertBottom |
inserts an effect at the bottom (= close to the output) side
Returns: an ID which can be used to remove the effect again
void remove (long ID)
| remove |
removes an effect again
| Generated by: stefan on stefan on Sat Jun 2 23:13:43 2001, using kdoc 2.0a53. |