summaryrefslogtreecommitdiffstats
path: root/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test.sh')
-rwxr-xr-xtest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.sh b/test.sh
index 39ae836..54465bc 100755
--- a/test.sh
+++ b/test.sh
@@ -23,7 +23,7 @@ sleep 0.5
echo "Animating time uniform..."
t=0.0
while true; do
- oscsend $HOST $PORT /uniform/time f "$t"
+ oscsend $HOST $PORT /uniform/u/time f "$t"
t=$(echo "$t + 0.016" | bc)
sleep 0.016
done