| Package | Description |
|---|---|
| eu.bandm.sig.adlib | |
| eu.bandm.sighkn |
| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
LLJavaCompilationContext.FloatSquare |
| Modifier and Type | Field and Description |
|---|---|
static FloatUnaryOperator |
FloatSignalSource.abs |
static FloatUnaryOperator |
FloatSignalSource.clip |
static FloatUnaryOperator |
FloatSignalSource.cos |
static FloatUnaryOperator |
FloatSignalSource.exp |
static FloatUnaryOperator |
FloatSignalSource.log |
static FloatUnaryOperator |
FloatSignalSource.neg |
static FloatUnaryOperator |
FloatSignalSource.sin |
static FloatUnaryOperator |
FloatSignalSource.sqrt |
static FloatUnaryOperator |
FloatSignalSource.square |
| Modifier and Type | Method and Description |
|---|---|
static FloatUnaryOperator |
FloatUnaryOperator.abs() |
static FloatUnaryOperator |
FloatUnaryOperator.clip() |
static FloatUnaryOperator |
FloatSignalSource.lowerLogSpread(float halfValue,
float maxValue)
A function that maps the interval [0, 1] logarithmically to some
interval of the form [±∞, a].
|
static FloatUnaryOperator |
FloatUnaryOperator.neg() |
static FloatUnaryOperator |
FloatUnaryOperator.sqrt() |
static FloatUnaryOperator |
FloatUnaryOperator.square() |
static FloatUnaryOperator |
FloatSignalSource.upperLogSpread(float minValue,
float halfValue)
A function that maps the interval [0, 1] logarithmically to some
interval of the form [a, ±∞].
|
| Modifier and Type | Method and Description |
|---|---|
default void |
CompilationContext.compileDataFlow(FloatUnaryOperator op) |
static FloatClockedSignalSource |
FloatClockedSignalSource.iterate(FloatUnaryOperator op,
float initial) |
default FloatSignalSource |
FloatSignalSource.map(FloatUnaryOperator op)
Creates a wrapper that emits a signal obtained by applying a
given function to the current value of the signal emitted by this
object.
|
| Constructor and Description |
|---|
FloatTwoTablesOscillator(float sampleFreq,
float[] table1,
float[] table2,
@Opt FloatUnaryOperator volFunction1,
@Opt FloatUnaryOperator volFunction2,
FloatSignalSource frq,
FloatSignalSource blend,
float phase) |
FloatTwoTablesOscillator(float sampleFreq,
float[] table1,
float[] table2,
@Opt FloatUnaryOperator volFunction1,
@Opt FloatUnaryOperator volFunction2,
FloatSignalSource frq,
FloatSignalSource blend,
float phase) |
| Modifier and Type | Method and Description |
|---|---|
FloatUnaryOperator |
KennLine.asFloat() |