Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2006-11-05 19:34:46 (GMT)
committer Simon Schampijer <simon@schampijer.de>2006-11-05 19:34:46 (GMT)
commit1c799f43a4516288b001e149eae5d34edfb21263 (patch)
treea207f12ad73e20cb48ba310edd7e8b58e207ce57
parent45a28186408dd01207c7af85064adf88301d49bd (diff)
Changed the port we are sending to (6783).
-rwxr-xr-xmemosono.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/memosono.py b/memosono.py
index c0fc05e..10a6ba0 100755
--- a/memosono.py
+++ b/memosono.py
@@ -156,7 +156,7 @@ class Controler(gobject.GObject):
if self.cssock:
while i < 3:
try:
- self.cssock.connect(('127.0.0.1', 40002))
+ self.cssock.connect(('127.0.0.1', 6783))
logging.info(" Connected to csound server.")
self.sound = 1
i = 3