Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/OpenAudio_ArduinoLibrary/commit/5c47e50066233f0d2c70960bfa36390efc031b45?style=unified&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

Added pureSpectrum filtering option.

pull/13/head
boblark 3 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).
* 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)

Loading…
Cancel
Save