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

Method disconnectionReady

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

returns true if the disconnection ramp has reached zero. This is intended to allow the AudioContext to manage popping artifacts

Source from the content-addressed store, hash-verified

246 // returns true if the disconnection ramp has reached zero.
247 // This is intended to allow the AudioContext to manage popping artifacts
248 bool disconnectionReady() const { return _scheduler._playbackState != SchedulingState::PLAYING; }
249};
250
251} // namespace lab

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected