send osc - how?
Hello
I can't seem to get it right. How to send OSC from Nodebox?
Please see the screenshot. I am trying to send OSC to Plogue Bidule, and I use Bidule to receive OSC from other stuff. But I have no idea about how to set up Nodebox...(Bidule settings are on the right in the screenshot )
Can you please help?
Br, Dl
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by AB on 05 Jan, 2017 09:09 PM
Can someone point me to how I create the correct settings in the osc node?
Br, AB
2 Posted by AB on 05 Jan, 2017 10:01 PM
Well.
Now I tried the other way around.
I am sending OSC messages to NodeBox and they are coming through.
However, when I try to connect the OSC receive to any node at all, I just get error messages. What's up?
Can you please help?
Br, AB
Support Staff 3 Posted by Frederik De Ble... on 10 Jan, 2017 11:14 AM
Which error messages do you get?
4 Posted by AB on 16 Mar, 2017 06:45 PM
I can see that the OSC messages are coming through, but I get a 'Null' error, the minute I try to hook it up to something. What am I doing wrong?
I am sending 1-100 OSC messages through Bidule, and when I double click the OSC Receive node in Nodebox, I can see the values ticking in....
Please help!
java.lang.IllegalArgumentException
at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at nodebox.function.JavaLibrary$StaticMethodFunction.invoke(Unknown Source)
at nodebox.node.NodeContext.invokeFunction(Unknown Source)
at nodebox.node.NodeContext.invokeNode(Unknown Source)
at nodebox.node.NodeContext.invokeNode(Unknown Source)
at nodebox.node.NodeContext.renderNode(Unknown Source)
at nodebox.node.NodeContext.renderChild(Unknown Source)
at nodebox.node.NodeContext.renderNode(Unknown Source)
at nodebox.node.NodeContext.renderNode(Unknown Source)
at nodebox.client.NodeBoxDocument$3.doInBackground(Unknown Source)
at nodebox.client.NodeBoxDocument$3.doInBackground(Unknown Source)
at javax.swing.SwingWorker$1.call(SwingWorker.java:295)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at javax.swing.SwingWorker.run(SwingWorker.java:334)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
5 Posted by AB on 16 Mar, 2017 06:47 PM
___
6 Posted by AB on 16 Mar, 2017 06:51 PM
I can see the OSC messages ticking in but I get a 'null' error when attaching the OSC Receive node to anything:
java.lang.IllegalArgumentException
at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at nodebox.function.JavaLibrary$StaticMethodFunction.invoke(Unknown Source)
at nodebox.node.NodeContext.invokeFunction(Unknown Source)
at nodebox.node.NodeContext.invokeNode(Unknown Source)
at nodebox.node.NodeContext.invokeNode(Unknown Source)
at nodebox.node.NodeContext.renderNode(Unknown Source)
at nodebox.node.NodeContext.renderChild(Unknown Source)
at nodebox.node.NodeContext.renderNode(Unknown Source)
at nodebox.node.NodeContext.renderNode(Unknown Source)
at nodebox.client.NodeBoxDocument$3.doInBackground(Unknown Source)
at nodebox.client.NodeBoxDocument$3.doInBackground(Unknown Source)
at javax.swing.SwingWorker$1.call(SwingWorker.java:295)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at javax.swing.SwingWorker.run(SwingWorker.java:334)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
7 Posted by AB on 18 Mar, 2017 10:01 PM
Never mind. I finally got it.
I didn't know that I had to go through the lookup node.
Now, it works!
Time to do some animation!
Br, Dl
Support Staff 8 Posted by Frederik De Ble... on 15 Nov, 2017 04:28 PM
OK thanks for the update, now I know it's not a regression in the latest NodeBox.