File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/server/sonicpi/lib/sonicpi/lang Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -738,7 +738,7 @@ def osc(path, *args)
738738" # Send an OSC messages with arguments to another program on the same machine
739739
740740use_osc \" localhost\" , 7000 # Specify port 7000 on this machine
741- osc \" /foo/bar\" 1, 3.89, \" baz\" # Send an OSC message with path \" /foo/bar\"
741+ osc \" /foo/bar\" , 1, 3.89, \" baz\" # Send an OSC message with path \" /foo/bar\"
742742 # and three arguments:
743743 # 1) The whole number (integer) 1
744744 # 2) The fractional number (float) 3,89
@@ -748,7 +748,7 @@ def osc(path, *args)
748748" # Send an OSC messages with arguments to another program on a different machine
749749
750750use_osc \" 10.0.1.5\" , 7000 # Specify port 7000 on the machine with address 10.0.1.5
751- osc \" /foo/bar\" 1, 3.89, \" baz\" # Send an OSC message with path \" /foo/bar\"
751+ osc \" /foo/bar\" , 1, 3.89, \" baz\" # Send an OSC message with path \" /foo/bar\"
752752 # and three arguments:
753753 # 1) The whole number (integer) 1
754754 # 2) The fractional number (float) 3,89
You can’t perform that action at this time.
0 commit comments