We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f03366a commit cc3cd64Copy full SHA for cc3cd64
README.md
@@ -23,3 +23,14 @@ cargo run
23
24
You should see "new_freq: 440" and "new_freq: 441.1".
25
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