Debug Beep
Amaster's Debug Library
The Debug Beep node acts like a pass through for ProtoFlux, but makes a beep sound when impulsed. This node has the optional input for adding a custom beep sound as an AudioClip and returns the AudioOutput of that sound.
This is helpful for debugging using audio instead of visuals. This is more reminiscent to how beep codes are used when troubleshooting issues in hardware.
Inputs
* (Call)
Calls this node to make a beep sound.
BeepSound (IAssetProvider`1<AudioClip>)
The optional input for the sound this node makes.
Outputs
Next (Continuation)
Continues the code from here.
Audio (AudioOutput)
Returns the audio this sound makes.