summaryrefslogtreecommitdiff
path: root/muse/plugins/pandelay/pandelaymodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'muse/plugins/pandelay/pandelaymodel.h')
-rw-r--r--muse/plugins/pandelay/pandelaymodel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/muse/plugins/pandelay/pandelaymodel.h b/muse/plugins/pandelay/pandelaymodel.h
index ed4255e2..66d68076 100644
--- a/muse/plugins/pandelay/pandelaymodel.h
+++ b/muse/plugins/pandelay/pandelaymodel.h
@@ -44,6 +44,7 @@ class PanDelayModel {
private:
int _samplerate;
+ //bool _beatFraction; //if true then the delay is calculated in beat fraction
float _delayTime;
float _feedback;
float _panLFOFreq;