Module name | Short description |
Constant3 | As constant2 but now with audiorate interpolation (thanks Kurt for the input). |
FnGen1 | Fn generator to make life easier. Most of my oscillators need an normalized frequency(=Fn) for frequency control. |
WrapGain | This sounds can gain a signal. If the signal is boosted to far it will wrap the signal instead of clipping it. This effect is used to create the Dsaw in RawSaw3. |
RawSaw0 | Two seperate 24 bit sawtooth signals for reading out a stereo wavetable or just a stereo saw |
WaveTable1 | Two seperate wavetable readers. Concatinated wavetables can be indexed. This sound continues where the Kyma WaveTable sound stops. |
Distortion1 | Simple squared symmetrical distortion. From compression to lineair to expansion. |
Distortion2 | Simple squared asymmetrical distortion. From lineair to curved up or down. |
Distortion3 | Simple clipping gain with input offset. Used as duty cycle control in the demo song. |
Distortion4 | As Distortion1 but for higher valued signal the transfer returns to lineair. A smooth zero crossing distortion is the result. |
Distortion5 | Simple softknee clipping as can be found in AddHardLimit with fixed range = 0.5. |
Distortion6 | As Distortion5 with fixed range = 0.25. |
FBDelay1 | A stereo feedback delay with LP+HP filtering and Distortion5. This is THE delay you have always wanted! |
SmallDelay1 | A small stereo variable delay that can be used for phasor effects or time delay panning. |
Allpass2 | A second order allpass filter. |
BandPassNotch | With Allpass2 a bandpass or notch filter is made. |
BandPassNotch2 | Stereo version of BandPassNotch, frequency control reduced to control rate. |
BandPass3 | A double version of BandPassNotch2, without the notching possibility. Use it to make vowel sounds. |