Added pureSpectrum filtering option.

pull/13/head
boblark 2 years ago
parent 8353f29b10
commit 5c47e50066
  1. 1
      synth_sine_f32.h

@ -96,7 +96,6 @@ public:
/* Externally, phase comes in the range (.0, 360.0). /* Externally, phase comes in the range (.0, 360.0).
* Internally, the full circle is represented as (0.0, 512.0). This is * Internally, the full circle is represented as (0.0, 512.0). This is
* convenient for finding the entry to the sine table. * convenient for finding the entry to the sine table.
* Corrected 1-day at phase_r() 24 Feb 22
*/ */
void phase(float32_t _angle) { void phase(float32_t _angle) {
angle = 1.42222222f*_angle; // Change (0,360) to (0, 512) angle = 1.42222222f*_angle; // Change (0,360) to (0, 512)

Loading…
Cancel
Save