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

Method size

include/LabSound/core/AudioArray.h:66–66  ·  view source on GitHub ↗

size in samples, not bytes

Source from the content-addressed store, hash-verified

64
65 // size in samples, not bytes
66 int size() const { return _size; }
67
68 T & operator[](size_t i) { return data()[i]; }
69

Callers 15

processMethod · 0.80
finishedMethod · 0.80
spectralMagMethod · 0.80
processMethod · 0.80
writeRecordingToWavMethod · 0.80
resetMethod · 0.80
LoadInternalFunction · 0.80
processPolyBLEPMethod · 0.80
updateMethod · 0.80
RenderGranulationMethod · 0.80

Calls

no outgoing calls

Tested by 1

spectralMagMethod · 0.64