8Synth
2.0
Procedural 8-bit SFX creator.
|
The output node controls which signal goes to the AudioClip. More...
Public Member Functions | |
override float | GetSample () |
The node's main method. This return is used to pass values to other nodes. More... | |
Public Member Functions inherited from Synth8.SynthClipNode | |
virtual void | Init () |
Called when initializing the node. More... | |
virtual void | Randomize () |
Called when randomizing the node's parameters. More... | |
virtual void | OnSetTime (float length, float time) |
Called when jumping to a certain time of the audio being rendered. More... | |
virtual void | OnUpdateTime (float length, float deltaTime, float time) |
Called when updating the position in time of the audio being rendered. More... | |
Public Attributes | |
SynthClipNode | input |
The input node. More... | |
float | master = 1.0f |
Master controls how much of signal is sent. More... | |
Public Attributes inherited from Synth8.SynthClipNode | |
int | x |
The node's x position in the graph. More... | |
int | y |
The node's y position in the graph. More... | |
The output node controls which signal goes to the AudioClip.
|
virtual |
The node's main method. This return is used to pass values to other nodes.
Reimplemented from Synth8.SynthClipNode.
SynthClipNode Synth8.Output.input |
The input node.
float Synth8.Output.master = 1.0f |
Master controls how much of signal is sent.