Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Util/CSoundClient.py
diff options
context:
space:
mode:
authorJames <james@mackie.fourth>2007-03-20 02:35:16 (GMT)
committer James <james@mackie.fourth>2007-03-20 02:35:16 (GMT)
commit84d6431b1d98c16d93528723c9f14daf24c47ca9 (patch)
tree18c6b42b1c133645646929a08be66b6aeea18c8c /Util/CSoundClient.py
parentfb75c8c382ebd2260a2600c6bfdfc0efefe6449d (diff)
misc fixes, verbose client logging
Diffstat (limited to 'Util/CSoundClient.py')
-rw-r--r--Util/CSoundClient.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/Util/CSoundClient.py b/Util/CSoundClient.py
index 12bd698..7fd7a41 100644
--- a/Util/CSoundClient.py
+++ b/Util/CSoundClient.py
@@ -15,7 +15,8 @@ from Util import NoteDB
class _CSoundClientPlugin:
def __init__(self):
sc_initialize( Config.PLUGIN_UNIVORC, Config.PLUGIN_DEBUG,
- Config.PLUGIN_PERIOD, Config.PLUGIN_NPERIODS)
+ Config.PLUGIN_PERIOD, Config.PLUGIN_NPERIODS,
+ Config.PLUGIN_VERBOSE)
self.on = False
#self.masterVolume = 80.0
self.periods_per_buffer = 2