aboutsummaryrefslogtreecommitdiffstats
path: root/src/wdatutil.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wdatutil.c')
-rw-r--r--src/wdatutil.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/wdatutil.c b/src/wdatutil.c
index b6a9409..f7a277d 100644
--- a/src/wdatutil.c
+++ b/src/wdatutil.c
@@ -20,9 +20,9 @@
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
-#include <math.h>
#include "lv2/lv2plug.in/ns/lv2core/lv2.h"
#include "common.h"
+#include "math_func.h"
#include "wavedata.h"
#include "wdatutil.h"
@@ -50,9 +50,9 @@ void generate_parabola(float* samples,
#endif
char* wave_names[] = {
- "Saw",
- "Square",
- "Parabola"
+ "saw",
+ "square",
+ "parabola"
};
char* wave_descriptions[] = {