| Interface | Description |
|---|---|
| SigSequencer.Reaction |
| Class | Description |
|---|---|
| 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. |
| BooleanVariable | |
| FloatPanorama |
Panoroma.
The pan position select value is 0.0f for totally left and 1.0f for totally right. |
| FloatPfg | |
| FloatSamplePlayer |
Pitch calculation:
With "increment==1.0", this code plays one array position in one run-step. |
| HarmonicSpectrum | |
| KennLine | |
| SampleRegister | |
| SigSequencer |
Sequencer for sig data.
|
| Test |
Adapted from bt adlataus/src/java/adlatus/audio/Test
IDEEN:
FloatOscillatorClockedModulation(float sampleFreq,
S osciFreqSource, ---> S osciFreq
float phase) {
STATT
getModulator() --> runOsciFreq()
ClockedFloatSignalSource.suppliedBy()
is Popular as
"FloatLatch" or "FloatSAH" = "FloatSampleAndHold"
ClockedFloatSignalSource etc.
|
| TestMonodic |
Adapted from bt adlataus/src/java/adlatus/audio/Test
Plays a set of sig data files.
|
| Enum | Description |
|---|---|
| KennLine.MoveMode |