We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a409e37 commit 4f8b2f1Copy full SHA for 4f8b2f1
include/LabSound/extended/WaveTableOsc.h
@@ -7,7 +7,7 @@
7
//
8
// For a complete explanation of the wavetable oscillator and code,
9
// read the series of articles by the author, starting here:
10
-// www.earlevel.com/main/2012/05/03/a-wavetable-oscillator—introduction/
+// www.earlevel.com/main/2012/05/03/a-wavetable-oscillator�introduction/
11
12
// This version has optimizations described here:
13
// www.earlevel.com/main/2019/04/28/wavetableosc-optimized/
@@ -28,6 +28,7 @@
28
#include <map>
29
#include <string>
30
#include <vector>
31
+#include <math.h>
32
33
namespace lab
34
{
0 commit comments