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

Method mutableData

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

Direct access to PCM sample data. Non-const accessor clears silent flag.

Source from the content-addressed store, hash-verified

63
64 // Direct access to PCM sample data. Non-const accessor clears silent flag.
65 float * mutableData()
66 {
67 clearSilentFlag();
68 return const_cast<float *>(data());
69 }
70
71 const float * data() const
72 {

Callers 15

processMethod · 0.80
processMethod · 0.80
LoadInternalFunction · 0.80
processPolyBLEPMethod · 0.80
processMethod · 0.80
processMethod · 0.80
processMethod · 0.80
RenderGranulationMethod · 0.80
setGrainSourceMethod · 0.80
processMethod · 0.80
processMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected