summaryrefslogtreecommitdiff
path: root/muse/plugins
diff options
context:
space:
mode:
authorNil Geisweiller <a-lin@sourceforge.net>2007-01-23 19:26:57 +0000
committerNil Geisweiller <a-lin@sourceforge.net>2007-01-23 19:26:57 +0000
commita02fdf3b6a0040b729887aaeabb0dcac8549b4b5 (patch)
treedc258172af94f16005967eac05c5ef316126f7b7 /muse/plugins
parent19b563b5974f6bbd0c35caf36436c9de1d05b815 (diff)
see ChangeLog
Diffstat (limited to 'muse/plugins')
-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;