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

Method data

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

Source from the content-addressed store, hash-verified

69 }
70
71 const float * data() const
72 {
73 if (m_rawPointer)
74 return m_rawPointer;
75 if (m_memBuffer)
76 return m_memBuffer->data();
77 return nullptr;
78 }
79
80 // Zeroes out all sample values in buffer.
81 void zero()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected