Package | Description |
---|---|
eu.bandm.sig.adlib | |
eu.bandm.sighkn |
Modifier and Type | Interface and Description |
---|---|
interface |
Realtime
Common interface for objects that react repeatedly to clock events.
|
Modifier and Type | Class and Description |
---|---|
class |
BooleanClockedSignalSource |
class |
ClockedFloatSignalSource
Deprecated.
Use
FloatClockedSignalSource instead. |
class |
ClockedSignalSource<A> |
class |
DataLineSink
This class realizes the connection between sig/adlib sound streams and
one output channel of the Java runtime sound system.
ATTENTION This version is intented to be used in "real-time" with an execution "As Fast as Possible". |
class |
DataLineSource |
class |
FloatClockedSignalSource
Abstract base class for objects that emit a signal of type
float , which attains new values only at clock events. |
class |
FloatDelay |
class |
FloatFFT |
class |
FloatLinearOscillator |
class |
FloatOscillator |
class |
FloatResonator |
class |
FloatRingBuffer |
class |
FloatSeries |
class |
FloatSlopeLimiter
A class of signal filters that follow an input signal with
individually limited rising and falling slope.
|
class |
FloatSnapshotBuffer |
class |
FloatTableOscillator |
class |
FloatTwoTablesOscillator
parameter "blend" goes from 0.0 (first table) to 1.0.
|
class |
IntClockedSignalSource |
class |
MidiMessageSource |
class |
MidiMessageToSignal
Cf eu/bandm/sig/music/midi/Routing.
|
class |
StreamSink |
class |
VariaRun |
Modifier and Type | Class and Description |
---|---|
class |
Apdsr
APDSR.
Retriggerable. "p" = "peak" is optional, if == null it defaults to 1.0f, modeling the conventional "Adsr". Gate is true if input !=0. Trigger is modelled by any change in the event number = the int source in "trigger". Execution is re-triggerable, i.e. |
class |
FloatPanorama
Panoroma.
The pan position select value is 0.0f for totally left and 1.0f for totally right. |
class |
FloatPfg |
class |
FloatSamplePlayer
Pitch calculation:
With "increment==1.0", this code plays one array position in one run-step. |
class |
KennLine |
(package private) class |
KennLine.Animation |
class |
SigSequencer
Sequencer for sig data.
|