OSC issue

Post your questions here and we'll all try to help.
Post Reply
najrock
Posts: 112
Joined: Tue Mar 05, 2013 17:53

OSC issue

Post by najrock »

Hey resolume peoples

I can not seem to get osc communication going between this audio analyzer and arena

http://ethnotekh.com/software/dataracket/

any thoughts on how to do so?

so far I set my port to 7000 and then my ip to 10.1.10.1 and then copied the resolume address in the address box

for instance /layer3/video/opacity/value

but am not able to get any interaction... thoughts?

Sadler
Posts: 240
Joined: Tue Sep 20, 2011 23:55

Re: OSC issue

Post by Sadler »

If you download PureData extended you can listen to the OSC messages that Data Racket sends out.

Follow step 1 here for more information
https://getsatisfaction.com/burnsmod/to ... conversion

When using (for example) "resolume" as a string, Data Racket send these messages:

/resolume/bright 24.9512
/resolume/fft -1.57253 -18.2625 -22.6732 -25.7929 -28.5814 -31.0642 -29.8876 -32.9148 -34.3354 -36.3047 -37.8247 -39.7334 -41.2277 -42.1902 -43.7862 -45.3082 -46.586 -48.2028 -49.5785 -50.9533 -52.3852 -53.78 -55.2895 -56.9596 -58.4617

Therefore, no default message from DR will correspond with Resolume addresses. DR would need some sort of address look-up-table and data scaler in order to talk directly to Resolume in order to map its audio analysis to a parameter. For example you'd want to map "/resolume/bright" to "/activeclip/video/opacity/values" and 24.9512 to be in the range 0.0-1.0.

If you're on a mac you can try osculator to convert the messages. PD should be able to do the same for Windows with a bit of work.

najrock
Posts: 112
Joined: Tue Mar 05, 2013 17:53

Re: OSC issue

Post by najrock »

thanks!

any other software besides pure data that can translate this?

najrock
Posts: 112
Joined: Tue Mar 05, 2013 17:53

Re: OSC issue

Post by najrock »

or better yet does anyone have any pure data tips?

Sadler
Posts: 240
Joined: Tue Sep 20, 2011 23:55

Re: OSC issue

Post by Sadler »

Perhaps try a programming language (e.g. python)
http://opensoundcontrol.org/implementations

Or convert to midi:
http://hexler.net/pure-data-patch-generator

Post Reply