Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ttt.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 /ttt.py
parent9df98de3db07f52166d53290eccad6b55bb89454 (diff)
CSoundClientPlugin v1
Diffstat (limited to 'ttt.py')
-rw-r--r--ttt.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ttt.py b/ttt.py
index 4595d87..976dc6b 100644
--- a/ttt.py
+++ b/ttt.py
@@ -50,7 +50,7 @@ if __name__ == "__main__":
elif i == 'b': # generate and start a beat
sc_loop_setNumTicks( 4 * Config.TICKS_PER_BEAT)
sc_loop_clear()
- sc_loop_setTickDuration(23.0)
+ sc_loop_setTickDuration(1.0 / 23.0)
notesList = regenerate('drum1kit', 4, 0.75, 0.1)
for (o,n) in notesList:
n.playLoop()