PersistentMainFX:
Filter:
PersistentMainFX/Classes (extension) | Extensions

PersistentMainFX
ExtensionExtension

Add a synthdef to the main output of SuperCollider

Description

This class enables all it's subclasses to create a "persistent" effect synth at the main output of SuperCollider. When the user presses command period to stop the sound, a new synth is automatically spawned at the output again.

A typical usage for this is adding an output limiter or DC effect to protect the user/speakers.

NOTE: This is a meta class that should not be used directly but may instead be inherited by a sub class that inherits it's functionality and implements it's own *synthFunc class method, see below.

Examples