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

Method AudioNodeScheduler

src/core/AudioNode.cpp:108–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106const int end_envelope = 64;
107
108AudioNodeScheduler::AudioNodeScheduler(float sampleRate)
109 : _epoch(0)
110 , _startWhen(std::numeric_limits<uint64_t>::max())
111 , _stopWhen(std::numeric_limits<uint64_t>::max())
112 , _sampleRate(sampleRate)
113{
114}
115
116bool AudioNodeScheduler::update(ContextRenderLock & r, int epoch_length)
117{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected