MCPcopy Create free account
hub / github.com/audacity/audacity / Release

Method Release

libraries/lib-mixer/EffectStage.cpp:359–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

357}
358
359bool EffectStage::Release()
360{
361 // Progress toward termination (Remaining() == 0),
362 // if mLastProduced + mLastZeroes > 0,
363 // which is what Acquire() last returned
364 mDelayRemaining -= mLastZeroes;
365 assert(mDelayRemaining >= 0);
366 mLastProduced = mLastZeroes = 0;
367 return true;
368}
369
370unsigned MakeChannelMap(int nChannels, int channel, ChannelName map[3])
371{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected