diff options
author | Nil Geisweiller <a-lin@sourceforge.net> | 2007-01-23 19:26:57 +0000 |
---|---|---|
committer | Nil Geisweiller <a-lin@sourceforge.net> | 2007-01-23 19:26:57 +0000 |
commit | a02fdf3b6a0040b729887aaeabb0dcac8549b4b5 (patch) | |
tree | dc258172af94f16005967eac05c5ef316126f7b7 /muse/plugins | |
parent | 19b563b5974f6bbd0c35caf36436c9de1d05b815 (diff) |
see ChangeLog
Diffstat (limited to 'muse/plugins')
-rw-r--r-- | muse/plugins/pandelay/pandelaymodel.h | 1 |
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; |