8Synth  2.0
Procedural 8-bit SFX creator.
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NSynth8
 CBaseOscillatorThe base class to all oscillator nodes.
 CEnvelopeA simple attack-decay-sustain-release (ADSR) envelope. Use it to give form/attenuate your audios.
 CIPlottable
 CLFOLow frequency oscillator. It does not produce audible signals. However, it may be used to modulate other node's parameters.
 CNoiseWaveA noise wave. It generates random samples.
 COscillatorOne of the most important nodes. The oscillator produces signals at frequencies that the human ear can hear.
 COutputThe output node controls which signal goes to the AudioClip.
 CSineWaveA sine wave. It generates smooth sine samples.
 CSquareWaveA square wave. It generates classic 8-bit samples.
 CSynthClipLike an AudioClip that can be tweaked and randomized in runtime.
 CSynthClipEditor
 CSynthClipNodeBase class of every SynthClip node. Inherit from it if you want to create custom nodes.
 CNodeMenuAttributeControl how a node appears in the "Add Node" menu in the editor.
 CSynthClipPresetDatabaseGet access to the SynthClip preset database.
 CSynthGraphController
 CSynthGraphNodeInherit from this class to create editor graph representation of your custom nodes.
 CSynthGraphNodeBaseThe base class for creating an editor graph representation of a node. You should inherit from SynthGraphNode<T> to create custom representations, though.
 CSynthGraphNodeEditor
 CSynthGraphNodeEnvelope
 CSynthGraphNodeLFO
 CSynthGraphNodeOscillator
 CSynthGraphNodeOutput
 CSynthGraphNodeWave
 CSynthGraphWindow
 CSynthModulatedParameterA SynthParameter that can be automated and modulated by other nodes. Note that final result is the sum of the base value, automation and modulation.
 CSynthParameterA parameter in a SynthClip node that can be randomized.
 CSynthSourceLike AudioSource but for SynthClips.
 CSynthSourceEditor
 CTriangleWaveA triangle wave. It can generate both triangle and sawtooth samples.
 CWaveThe base class to all wave nodes.