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

Method length

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

Number of sample-frames

Source from the content-addressed store, hash-verified

55
56 // Number of sample-frames
57 int length() const { return m_length; }
58
59 // resizeSmaller() can only be called with a new length <= the current length.
60 // The data stored in the bus will remain undisturbed.

Callers 15

processMethod · 0.45
processMethod · 0.45
RenderGranulationMethod · 0.45
processMethod · 0.45
writeInputMethod · 0.45
offlineRenderMethod · 0.45
offlineRenderFramesMethod · 0.45
panToTargetValueMethod · 0.45
copyFromMethod · 0.45
copyFromRangeMethod · 0.45
sumFromMethod · 0.45

Calls

no outgoing calls

Tested by 1

processMethod · 0.36