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

Method reset

include/LabSound/core/AudioBus.h:86–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 void scale(float scale);
85
86 void reset() { m_isFirstTime = true; } // for de-zippering
87
88 // Assuming sourceBus has the same topology, copies sample data from each channel of sourceBus to our corresponding channel.
89 void copyFrom(const AudioBus & sourceBus, ChannelInterpretation = ChannelInterpretation::Speakers);

Callers 2

AudioChannelMethod · 0.45
setMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected