See: Description
Interface | Description |
---|---|
ConnectableInput |
This interface lets you pass either an input port, or a single part of an input port.
|
ConnectableOutput | |
GettablePort | |
SettablePort |
Port whose parts can be set.
|
UnitDataQueueCallback |
This is called when a block of data that is queued to a UnitDataQueuePort starts, loops, or
finishes.
|
Class | Description |
---|---|
InputMixingBlockPart |
A UnitInputPort has an array of these, one for each part.
|
PortBlockPart |
Part of a multi-part port, for example, the left side of a stereo port.
|
QueueDataCommand |
A command that can be used to queue SequentialData to a UnitDataQueuePort.
|
QueueDataEvent |
An event that is passed to a UnitDataQueueCallback when the element in the queue is played..
|
UnitBlockPort |
A port that contains multiple parts with blocks of data.
|
UnitDataQueuePort |
Queue for SequentialData, samples or envelopes
|
UnitFunctionPort |
Port for holding a Function object.
|
UnitGatePort | |
UnitInputPort |
A port that is used to pass values into a UnitGenerator.
|
UnitOutputPort |
Units write to their output port blocks.
|
UnitPort |
Basic audio port for JSyn unit generators.
|
UnitSpectralInputPort | |
UnitSpectralOutputPort | |
UnitVariablePort |
Ports are used to pass audio data in and out of UnitGenerators. They can also be used to connect UnitGenerators together so that signals can flow between them. The UnitDataQueuePort contains a FIFO that will accept envelope and sample data.