Page 1 of 1

. communication between modules?

Posted: Mon Aug 22, 2011 8:33 pm
by anomad
. hello all!

. i'm preparing an interactive stand alone video piece using modul8 and a module that i've written to handle effects and media selection amongst other things. in talking with other artists that are showing, we decided to try and communicate between each other's pieces via OSC

. i've hacked around in the OSC module a little (got it working w/a kinect) - but was wondering if i can have the OSC module some how communicate with my custom module? can it simulate button presses on my interface? or do i have to code on top of the existing OSC module?

. for example - it would be cool if someone sent modul8, via OSC and R/G/B value and I used that to change parameters in my module...

. i'm thinking maybe via DirectEvent() ?


-james
(a nomad. )

Posted: Tue Sep 20, 2011 10:04 pm
by ghostofelvis100
Not sure if I'm too late with this, but I've got a half-baked version of the osc mod which is built for mapping osc messages to any control, and some other scripts which can be added in to modules to accept the map values.

Been a long time since I looked at it though, but it was kind of fun.

Andy.