Base class of every SynthClip node. Inherit from it if you want to create custom nodes.
More...
|
| virtual void | Init () |
| | Called when initializing the node. More...
|
| |
| virtual void | Randomize () |
| | Called when randomizing the node's parameters. More...
|
| |
| virtual float | GetSample () |
| | The node's main method. This return is used to pass values to other nodes. 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...
|
| |
|
| int | x |
| | The node's x position in the graph. More...
|
| |
| int | y |
| | The node's y position in the graph. More...
|
| |
Base class of every SynthClip node. Inherit from it if you want to create custom nodes.
| virtual float Synth8.SynthClipNode.GetSample |
( |
| ) |
|
|
virtual |
| virtual void Synth8.SynthClipNode.Init |
( |
| ) |
|
|
virtual |
| virtual void Synth8.SynthClipNode.OnSetTime |
( |
float |
length, |
|
|
float |
time |
|
) |
| |
|
virtual |
Called when jumping to a certain time of the audio being rendered.
- Parameters
-
Reimplemented in Synth8.BaseOscillator.
| virtual void Synth8.SynthClipNode.OnUpdateTime |
( |
float |
length, |
|
|
float |
deltaTime, |
|
|
float |
time |
|
) |
| |
|
virtual |
| virtual void Synth8.SynthClipNode.Randomize |
( |
| ) |
|
|
virtual |
| int Synth8.SynthClipNode.x |
The node's x position in the graph.
| int Synth8.SynthClipNode.y |
The node's y position in the graph.
The documentation for this class was generated from the following file:
- SynthClipNodes/SynthClipNode.cs