RedEffectModule:
Filter:
redSys/Classes (extension) | Red > redModule

RedEffectModule
ExtensionExtension

abstract class

Description

WARNING: Do not instantiate. Use its subclasses.

Class Methods

.new

Create a new stereo effect module and boot the server if not already running. Server is taken from group argument.

Arguments:

out

Which audio bus to use. Puts a ReplaceOut on this bus and the following (index+1).

group

A Group. Defaults to Server.default.defaultGroup.

addAction

A Symbol.

lag

a non-modulatable lag time for all parameters.

subclass responsibility

Instance Methods

.gui

Create a RedEffectModuleGUI.

Arguments:

parent

Can be a Window or a View.

position

A Point.

.synth

The internal effect node.

Examples