SpatializerPlugin:
Filter:
SATIE/Classes (extension) | Libraries > SATIE

SpatializerPlugin
ExtensionExtension

A SATIE spatializer plugin

Description

A spacializer plugins

Class Methods

.new

Make a new instance of a plugin loaded from disk. See Plugins for an example about SATIE plugins.

Arguments:

name

Symbol, (unique) name under which the plugin will be referred to by SATIE.makeSynthDef method.

description

String, a short description of the plugin

function

The actual sclang code that defines the plugin's behaviour.

channelLayout

mono or ambi

numChannels

Number of channels in the spatializer (Integer)

setup

A function to execute upon initialization

Returns:

(describe returnvalue here)

Instance Methods

.numChannels

Get the number of channels

Returns:

Integer