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

Method maxNumberOfPartials

src/core/PeriodicWave.cpp:115–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115int PeriodicWave::maxNumberOfPartials() const
116{
117 return periodicWaveSize() / 2;
118}
119
120int PeriodicWave::numberOfPartialsForRange(int rangeIndex) const
121{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected