Skip to content

Commit cc3cd64

Browse files
committed
Readme example for osc bundles
1 parent f03366a commit cc3cd64

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,14 @@ cargo run
2323

2424
You should see "new_freq: 440" and "new_freq: 441.1".
2525

26+
## Request for help: OSC Bundles
27+
28+
This particular SC code doesn't seem to work:
29+
30+
```
31+
~addr = NetAddr.new("127.0.0.1", 6667);
32+
~addr.sendBundle(0.0, ["/freq", 440.0]);
33+
```
34+
35+
It throws an error saying that a String was expected instead of a sequence,
36+
but I can't tell exactly how that is happening.

0 commit comments

Comments
 (0)