diff options
Diffstat (limited to 'muse2/plugins/pandelay/pandelaymodel.h')
-rw-r--r-- | muse2/plugins/pandelay/pandelaymodel.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/muse2/plugins/pandelay/pandelaymodel.h b/muse2/plugins/pandelay/pandelaymodel.h index 65983187..e3f74bcd 100644 --- a/muse2/plugins/pandelay/pandelaymodel.h +++ b/muse2/plugins/pandelay/pandelaymodel.h @@ -42,6 +42,9 @@ #define MINDELAYTIME 0.01 //in second #define MAXDELAYTIME 2.0 //in second +#ifdef NBRPARAM +#undef NBRPARAM +#endif #define NBRPARAM 5 class PanDelayModel { |