|
8Synth
2.0
Procedural 8-bit SFX creator.
|
| ▼NSynth8 | |
| CBaseOscillator | The base class to all oscillator nodes. |
| CEnvelope | A simple attack-decay-sustain-release (ADSR) envelope. Use it to give form/attenuate your audios. |
| CIPlottable | |
| CLFO | Low frequency oscillator. It does not produce audible signals. However, it may be used to modulate other node's parameters. |
| CNoiseWave | A noise wave. It generates random samples. |
| COscillator | One of the most important nodes. The oscillator produces signals at frequencies that the human ear can hear. |
| COutput | The output node controls which signal goes to the AudioClip. |
| CSineWave | A sine wave. It generates smooth sine samples. |
| CSquareWave | A square wave. It generates classic 8-bit samples. |
| CSynthClip | Like an AudioClip that can be tweaked and randomized in runtime. |
| CSynthClipEditor | |
| ▼CSynthClipNode | Base class of every SynthClip node. Inherit from it if you want to create custom nodes. |
| CNodeMenuAttribute | Control how a node appears in the "Add Node" menu in the editor. |
| CSynthClipPresetDatabase | Get access to the SynthClip preset database. |
| CSynthGraphController | |
| CSynthGraphNode | Inherit from this class to create editor graph representation of your custom nodes. |
| CSynthGraphNodeBase | The 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 | |
| CSynthModulatedParameter | A SynthParameter that can be automated and modulated by other nodes. Note that final result is the sum of the base value, automation and modulation. |
| CSynthParameter | A parameter in a SynthClip node that can be randomized. |
| CSynthSource | Like AudioSource but for SynthClips. |
| CSynthSourceEditor | |
| CTriangleWave | A triangle wave. It can generate both triangle and sawtooth samples. |
| CWave | The base class to all wave nodes. |