| Package | Description |
|---|---|
| eu.bandm.sig.adlib | |
| eu.bandm.sighkn |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IntVariable
Common interface for real-time concurrent variables of type
int that can be read synchronously and written asynchronously. |
| Modifier and Type | Class and Description |
|---|---|
class |
IntClockedSignalSource |
class |
MidiMessageToSignal.Slot |
| Modifier and Type | Method and Description |
|---|---|
static IntSignalSource |
IntSignalSource.constant(int value) |
@Opt IntSignalSource |
MidiMessageToSignal.get(int i) |
IntSignalSource |
MidiMessageToSignal.output(int slot) |
default IntSignalSource |
IntSignalSource.zipWith(IntBinaryOperator op,
IntSignalSource other) |
| Modifier and Type | Method and Description |
|---|---|
default IntSignalSource |
IntSignalSource.zipWith(IntBinaryOperator op,
IntSignalSource other) |
| Modifier and Type | Class and Description |
|---|---|
class |
SigSequencer.IntColumn |
| Modifier and Type | Field and Description |
|---|---|
protected IntSignalSource |
Apdsr.gate |
protected IntSignalSource |
Apdsr.trigger |
| Constructor and Description |
|---|
Apdsr(int freq,
FloatSignalSource a,
@Opt FloatSignalSource p,
FloatSignalSource d,
FloatSignalSource s,
FloatSignalSource r,
IntSignalSource trigger,
IntSignalSource gate) |