diff options
Diffstat (limited to 'test.sh')
| -rwxr-xr-x | test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
