soundtab.audio.generators

Undocumented in source.

Members

Classes

Osciller
class Osciller
Undocumented in source.
OscillerF
class OscillerF
Undocumented in source.

Functions

genWaveTableCosSquaredF
float[] genWaveTableCosSquaredF()
Undocumented in source. Be warned that the author may not have intended to support it.
genWaveTableRescaledF
float[] genWaveTableRescaledF(short[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
genWaveTableSin
int[] genWaveTableSin()
Undocumented in source. Be warned that the author may not have intended to support it.
genWaveTableSinF
float[] genWaveTableSinF()
Undocumented in source. Be warned that the author may not have intended to support it.
genWaveTableSquare
int[] genWaveTableSquare()
Undocumented in source. Be warned that the author may not have intended to support it.
genWaveTableSquareF
float[] genWaveTableSquareF()
Undocumented in source. Be warned that the author may not have intended to support it.
normalize
float[] normalize(float[] data, float amp)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

COS_2_TABLE_F
float[] COS_2_TABLE_F;
Undocumented in source.
SAW_TABLE_2_F
float[] SAW_TABLE_2_F;
Undocumented in source.
SAW_TABLE_F
float[] SAW_TABLE_F;
Undocumented in source.
SIN_TABLE
int[] SIN_TABLE;
Undocumented in source.
SIN_TABLE_F
float[] SIN_TABLE_F;
Undocumented in source.
SQUARE_TABLE
int[] SQUARE_TABLE;
Undocumented in source.
SQUARE_TABLE_F
float[] SQUARE_TABLE_F;
Undocumented in source.
VOICE_EXPERIMENTAL_F
float[] VOICE_EXPERIMENTAL_F;
Undocumented in source.
VOICE_EX_1_F
float[] VOICE_EX_1_F;
Undocumented in source.
VOICE_IMPULSE_F
float[] VOICE_IMPULSE_F;
Undocumented in source.

Structs

Interpolator
struct Interpolator
Undocumented in source.
InterpolatorF
struct InterpolatorF

float value interpolator

Noise
struct Noise
Undocumented in source.
Random
struct Random
Undocumented in source.

Variables

RANDOM_ADDEND
ulong RANDOM_ADDEND;
Undocumented in source.
RANDOM_MASK
ulong RANDOM_MASK;
Undocumented in source.
RANDOM_MULTIPLIER
ulong RANDOM_MULTIPLIER;
Undocumented in source.
VOICE_IMPULSE
short[] VOICE_IMPULSE;
Undocumented in source.
WAVETABLE_SCALE
auto WAVETABLE_SCALE;
Undocumented in source.
WAVETABLE_SCALE_BITS
auto WAVETABLE_SCALE_BITS;
Undocumented in source.
WAVETABLE_SIZE
auto WAVETABLE_SIZE;
Undocumented in source.
WAVETABLE_SIZE_BITS
auto WAVETABLE_SIZE_BITS;
Undocumented in source.
WAVETABLE_SIZE_MASK
auto WAVETABLE_SIZE_MASK;
Undocumented in source.
WAVETABLE_SIZE_MASK_MUL_256
auto WAVETABLE_SIZE_MASK_MUL_256;
Undocumented in source.

Meta