PCM32.Channel

Undocumented in source.

Members

Variables

codec
short delegate(ubyte* inputStream, DecoderWorkpad* workpad) codec;
Undocumented in source.
codecType
CodecType codecType;
Undocumented in source.
envGenA
EnvelopeGenerator envGenA;
Undocumented in source.
envGenB
EnvelopeGenerator envGenB;
Undocumented in source.
firFilter
FiniteImpulseResponseFilter!(1024)[2] firFilter;
Undocumented in source.
forward
ulong forward;

current position

intBuff
short[] intBuff;

buffer for FIR-filters

lfo
LowFreqOsc!(256) lfo;
Undocumented in source.
loopfrom
uint loopfrom;
Undocumented in source.
loopto
uint loopto;

describe a loop cycle between the two values

secWorkpad
DecoderWorkpad secWorkpad;
Undocumented in source.
stepping
uint stepping;

describes how much the sample should go forward, 65536 equals a whole step

workpad
DecoderWorkpad workpad;
Undocumented in source.

Meta