Search found 5 matches

by msq127
Tue Nov 08, 2016 21:07
Forum: Problems? Bugs? Solutions!
Topic: OSC Sending Problem
Replies: 8
Views: 6441

Re: OSC Sending Problem

Okay, I got it to work. When I touch one of the electrode it sends out the OSC message and plays the desired video.
Nevertheless there are two problems:

When I have two electrodes connected and sending out osc message they somehow mess up. Sometimes when touching an electrode it plays the video of ...
by msq127
Tue Nov 08, 2016 16:50
Forum: Problems? Bugs? Solutions!
Topic: OSC Sending Problem
Replies: 8
Views: 6441

Re: OSC Sending Problem

With a little bit of help I tried to change the code.
Now it only sends one OSC Message (in the Code it just prints a message but I'll put the OSC Message part in there later) when pressed. I also incorporated a sort of a timeout that blocks the pin for a ceratin time - the time needed for the ...
by msq127
Tue Nov 08, 2016 15:24
Forum: Problems? Bugs? Solutions!
Topic: OSC Sending Problem
Replies: 8
Views: 6441

Re: OSC Sending Problem

Absolutely right, that's not what I intend. So if only send it once when the electrode gets
touched instead of 10 times per millisecond that should work just fine?

Maybe I can fix that with a switch: https://processing.org/reference/switch.html
That way it would only do something when the first ...
by msq127
Tue Nov 08, 2016 14:14
Forum: Problems? Bugs? Solutions!
Topic: OSC Sending Problem
Replies: 8
Views: 6441

Re: OSC Sending Problem

Okay that works - Processing is now sending an OSC Message (checked that with OSCulator).

Screenshot 2016-11-08 13.50.23.png

But still Resolume does not play the desired video. What could be wrong here?
The ports are all checked and work just fine.

Also, I'm a bit rusty on how Java handles ...
by msq127
Tue Nov 08, 2016 13:21
Forum: Problems? Bugs? Solutions!
Topic: OSC Sending Problem
Replies: 8
Views: 6441

OSC Sending Problem

Hello there!

for a university Project I am trying to connect a touch board to Arena via OSC.
Aim is, that if an electrode gets touched a dedicated video gets played.

The Ardunio Code works just fine, but something in the Processing Sketch that should
send out the OSC to Arena does not really work ...