Package processing.sound
Class Effect<EffectType extends UnitFilter>
java.lang.Object
processing.sound.Effect<EffectType>
For advanced users: common superclass of all effect types
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Get information on whether this effect is currently active.void
process
(SoundObject input) Start the effect.void
stop()
Stop the effect.
-
Method Details
-
isProcessing
public boolean isProcessing()Get information on whether this effect is currently active.- Returns:
- true if this effect is currently processing at least one sound source
-
process
Start the effect.- Parameters:
input
- Input sound source
-
stop
public void stop()Stop the effect.
-