From e1aa8419a4d53e55411777e33a66f8fc173f1a2c Mon Sep 17 00:00:00 2001 From: James Date: Sun, 28 Jan 2007 08:58:53 +0000 Subject: CSoundClientPlugin v1 --- (limited to 'ttt.py') 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() -- cgit v0.9.1