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

RedAbstractModule
ExtensionExtension

abstract class

Description

WARNING: Do not instantiate. Use its sub-subclasses.

Class Methods

.all

List of all registered modules.

subclass responsibility

.def

The class SynthDef according to a standard.

Instance Methods

.cvs

Dictionary with all Ref objects. (used to be CV objects)

.cvsToParam

Look up SynthDef argument name.

Arguments:

name

A Symbol.

.def

Calls *def

.free

Remove internal controllers. Free the node and remove this module from RedAbstractModule.all.

.group

The Group if passed in when this module created - else nil.

.specs

Dictionary with all available key and ControlSpec pairs for this module.

subclass responsibility

.gui

Examples