aboutsummaryrefslogtreecommitdiffstats
path: root/BowelyzerOSCHub.sc
diff options
context:
space:
mode:
Diffstat (limited to 'BowelyzerOSCHub.sc')
-rw-r--r--BowelyzerOSCHub.sc2
1 files changed, 1 insertions, 1 deletions
diff --git a/BowelyzerOSCHub.sc b/BowelyzerOSCHub.sc
index 580f236..8e6bf52 100644
--- a/BowelyzerOSCHub.sc
+++ b/BowelyzerOSCHub.sc
@@ -77,7 +77,7 @@ BowelyzerOSCHub{
if(forward.isLocal && (forward.port == NetAddr.langPort), {
postln(msg[0]++" (amplitude: "++amplitude++"; pitch: "++pitch++"; has pitch: "++hasPitch);
},{
- forward.sendMsg(name,"/amplitude", amplitude, "/pitch", pitch, "/hasPitch", hasPitch, "/detect", onsetDetect);
+ forward.sendMsg(name, amplitude, pitch, hasPitch, onsetDetect);
});
});
}