implements Audio.Sink
OnsetDetector() |
threshold | |
input | Audio.Connector inputs as an array |
onOnset(function handler) | |
play(Audio.Buffer buffer) | immediately play an audio buffer. |
play(Audio.Clip clip) | immediately play an audio clip. |
schedule(Audio.Buffer buffer, float measure, Time.Clock clock) | schedule an audio buffer to play. |
schedule(Audio.Clip clip, float measure, Time.Clock clock) | schedule an audio clip to play. |
Audio.Connector inputs as an array. Adding or removing elements to this array has no effect on the underlying audio component.
Immediately play an audio buffer.
Immediately play an audio clip.
Schedule an audio buffer to play.
Schedule an audio clip to play.