diff options
Diffstat (limited to 'experimental/fofsynth~.c')
-rwxr-xr-x | experimental/fofsynth~.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/experimental/fofsynth~.c b/experimental/fofsynth~.c index 5a9de5b..44c18f0 100755 --- a/experimental/fofsynth~.c +++ b/experimental/fofsynth~.c @@ -19,7 +19,10 @@ void garray_usedindsp(t_garray *x); #define MAXGRAINS 1000 #define PD_PI 3.14159 + +#if PD_MINOR_VERSION < 38 static float* cos_table; +#endif static float* halfcos_table; static float* exp_table; |