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

Method clearSchedules

src/core/SampledAudioNode.cpp:118–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116 }
117
118 void SampledAudioNode::clearSchedules()
119 {
120 Scheduled s;
121 while (_internals->incoming.try_dequeue(s)) {}
122 _internals->incoming.enqueue({ 0., 0,0,0, -2 });
123 }
124
125 void SampledAudioNode::setBus(ContextRenderLock& r, std::shared_ptr<AudioBus> sourceBus)
126 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected