| 113 | } |
| 114 | |
| 115 | int PeriodicWave::maxNumberOfPartials() const |
| 116 | { |
| 117 | return periodicWaveSize() / 2; |
| 118 | } |
| 119 | |
| 120 | int PeriodicWave::numberOfPartialsForRange(int rangeIndex) const |
| 121 | { |
nothing calls this directly
no outgoing calls
no test coverage detected