Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/miniTamTam
diff options
context:
space:
mode:
authorOli <olpc@localhost.localdomain>2007-02-20 06:51:33 (GMT)
committer Oli <olpc@localhost.localdomain>2007-02-20 06:51:33 (GMT)
commit907992a84981bcd136eae6fa549c3bff62a16adb (patch)
tree139c83bd32d2a2aada1da55972adb5a0d364a195 /miniTamTam
parent32537bacbe23b19dfb368b8bc4c5f81422c02370 (diff)
univorc stereo and structure for the electronic drum
Diffstat (limited to 'miniTamTam')
-rw-r--r--miniTamTam/RythmGenerator.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/miniTamTam/RythmGenerator.py b/miniTamTam/RythmGenerator.py
index 64c1410..9189eeb 100644
--- a/miniTamTam/RythmGenerator.py
+++ b/miniTamTam/RythmGenerator.py
@@ -47,6 +47,8 @@ def generator( instrument, nbeats, regularity, reverbSend ):
currentInstrument = Config.DRUM2INSTRUMENTS[ drumPitch[ 0 ] ]
elif instrument == 'drum3kit':
currentInstrument = Config.DRUM3INSTRUMENTS[ drumPitch[ 0 ] ]
+ elif instrument == 'drum4kit':
+ currentInstrument = Config.DRUM4INSTRUMENTS[ drumPitch[ 0 ] ]
makeRythm = GenRythm( currentInstrument, barLength, nbeats )