| 46 | void Oscillator::reset () { rads = 0.0; } |
| 47 | |
| 48 | void |
| 49 | Oscillator::SetSampleRate(int rateIn) |
| 50 | { |
| 51 | rate = rateIn; |
| 52 | twopi_rate = m::twoPi / rate; |
| 53 | } |
| 54 | |
| 55 | void |
| 56 | Oscillator::setPolarity(float polarity) |
nothing calls this directly
no outgoing calls
no test coverage detected