Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Util/NoteLooper.py
diff options
context:
space:
mode:
authorJames <olpc@localhost.localdomain>2007-01-28 08:58:53 (GMT)
committer James <olpc@localhost.localdomain>2007-01-28 08:58:53 (GMT)
commite1aa8419a4d53e55411777e33a66f8fc173f1a2c (patch)
tree5a6793293281ac8e55eb2c37b9f5896400e5d150 /Util/NoteLooper.py
parent9df98de3db07f52166d53290eccad6b55bb89454 (diff)
CSoundClientPlugin v1
Diffstat (limited to 'Util/NoteLooper.py')
-rw-r--r--Util/NoteLooper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Util/NoteLooper.py b/Util/NoteLooper.py
index 2473b9a..1e1cd92 100644
--- a/Util/NoteLooper.py
+++ b/Util/NoteLooper.py
@@ -14,7 +14,7 @@ from Generation.GenerationConstants import GenerationConstants
#------------------------------------------------------------------------------
# A base class used to play a collection of Events at their respective onsets
#------------------------------------------------------------------------------
-class NoteLooper:
+class NoteLooper_DONTUSE:
#PRIVATE
DRIFT = 0.01 #careful about changing this... coordinate with instrument 5777