MCPcopy Create free account
hub / github.com/LabSound/LabSound / scheduleDisconnect

Method scheduleDisconnect

include/LabSound/core/AudioNode.h:244–244  ·  view source on GitHub ↗

starts an immediate ramp to zero in preparation for disconnection

Source from the content-addressed store, hash-verified

242
243 // starts an immediate ramp to zero in preparation for disconnection
244 void scheduleDisconnect() { _scheduler.stop(0); }
245
246 // returns true if the disconnection ramp has reached zero.
247 // This is intended to allow the AudioContext to manage popping artifacts

Callers 1

handlePreRenderTasksMethod · 0.80

Calls 1

stopMethod · 0.45

Tested by

no test coverage detected