Page 1 of 1
OSC issue
Posted: Thu Jun 20, 2013 00:27
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?
Re: OSC issue
Posted: Thu Jun 20, 2013 11:32
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.
Re: OSC issue
Posted: Sun Jun 23, 2013 08:27
by najrock
thanks!
any other software besides pure data that can translate this?
Re: OSC issue
Posted: Sun Jun 23, 2013 09:13
by najrock
or better yet does anyone have any pure data tips?
Re: OSC issue
Posted: Sun Jun 23, 2013 20:37
by Sadler