8Synth  2.0
Procedural 8-bit SFX creator.
Synth8.Output Class Reference

The output node controls which signal goes to the AudioClip. More...

Inheritance diagram for Synth8.Output:
Synth8.SynthClipNode

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...
 

Detailed Description

The output node controls which signal goes to the AudioClip.

Member Function Documentation

override float Synth8.Output.GetSample ( )
virtual

The node's main method. This return is used to pass values to other nodes.

Returns

Reimplemented from Synth8.SynthClipNode.

Member Data Documentation

SynthClipNode Synth8.Output.input

The input node.

float Synth8.Output.master = 1.0f

Master controls how much of signal is sent.


The documentation for this class was generated from the following file: