Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Util/CSoundClient.py
diff options
context:
space:
mode:
authorOli <olpc@localhost.localdomain>2007-03-05 00:15:22 (GMT)
committer Oli <olpc@localhost.localdomain>2007-03-05 00:15:22 (GMT)
commit74d7de4b639a1f2fcf61473e6ff40f4d0a3b0f46 (patch)
tree2f493201d6f8edcfca25fa0c25ea6c931a39e4c6 /Util/CSoundClient.py
parent90fd4e1f17ea44f5886c8714cc085f69ea068695 (diff)
removed 'fullDuration' from CSoundNote
Diffstat (limited to 'Util/CSoundClient.py')
-rw-r--r--Util/CSoundClient.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Util/CSoundClient.py b/Util/CSoundClient.py
index 79ad8f3..2f2ed48 100644
--- a/Util/CSoundClient.py
+++ b/Util/CSoundClient.py
@@ -169,7 +169,6 @@ class _CSoundClientPlugin:
csnote.pan,
csnote.duration,
csnote.trackId,
- csnote.fullDuration,
csnote.attack,
csnote.decay,
csnote.reverbSend,
@@ -192,7 +191,6 @@ class _CSoundClientPlugin:
pan,
duration,
trackId,
- fullDuration = False,
attack = 0.002,
decay = 0.098,
reverbSend = 0.1,