From 5c47e50066233f0d2c70960bfa36390efc031b45 Mon Sep 17 00:00:00 2001 From: boblark Date: Thu, 24 Feb 2022 20:46:56 -0800 Subject: [PATCH] Added pureSpectrum filtering option. --- synth_sine_f32.h | 1 - 1 file changed, 1 deletion(-) diff --git a/synth_sine_f32.h b/synth_sine_f32.h index b6b7d34..8b175a0 100644 --- a/synth_sine_f32.h +++ b/synth_sine_f32.h @@ -96,7 +96,6 @@ public: /* Externally, phase comes in the range (.0, 360.0). * Internally, the full circle is represented as (0.0, 512.0). This is * convenient for finding the entry to the sine table. - * Corrected 1-day at phase_r() 24 Feb 22 */ void phase(float32_t _angle) { angle = 1.42222222f*_angle; // Change (0,360) to (0, 512)