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

Method length

include/LabSound/core/AudioChannel.h:58–58  ·  view source on GitHub ↗

How many sample-frames do we contain?

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected