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-02-20 06:51:33 (GMT)
committer Oli <olpc@localhost.localdomain>2007-02-20 06:51:33 (GMT)
commit907992a84981bcd136eae6fa549c3bff62a16adb (patch)
tree139c83bd32d2a2aada1da55972adb5a0d364a195 /Util/CSoundClient.py
parent32537bacbe23b19dfb368b8bc4c5f81422c02370 (diff)
univorc stereo and structure for the electronic drum
Diffstat (limited to 'Util/CSoundClient.py')
-rw-r--r--Util/CSoundClient.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Util/CSoundClient.py b/Util/CSoundClient.py
index 4d3bfef..3c5c8ff 100644
--- a/Util/CSoundClient.py
+++ b/Util/CSoundClient.py
@@ -219,6 +219,8 @@ class _CSoundClientPlugin:
instr = Config.DRUM2INSTRUMENTS[ key ]
if instr == 'drum3kit':
instr = Config.DRUM3INSTRUMENTS[ key ]
+ if instr == 'drum4kit':
+ instr = Config.DRUM4INSTRUMENTS[ key ]
pitch = 1
time_in_ticks = 0
else: