Page 1 of 1

I need some help with multiball & OSC

Posted: 18 Mar 2012 14:22
by acidan
Hi folks

I've been using the multiball object to control multiple surround panners in bidule via midi.

I've been trying to adapt my template to use OSC instead of midi as the resolution is so much better.

The problem I'm having is that I can only map the first ball (ball0) to the panners, I can see from the OSC monitor in bidule that the other balls are not sending out any OSC messages.

Can anyone tell me how to give each ball its own OSC address?

I'm sure this is quite a simple task if you know what your doing, unfortunately for me, I dont!!

Any help woud be greatly appreciated. Cheers

Re: I need some help with multiball & OSC

Posted: 19 Mar 2012 17:40
by mat
Hey,

Code: Select all

Multiball.x
will output a vector for all balls x position, like {0.423,0.564,0.234,0.978} for 4 balls

Code: Select all

Multiball.x[2]
will output a singel value of x position, here from ball 2.

hmm, i just see, maybe that threat can be also interesting for you:
http://liine.net/forum/viewtopic.php?f=25&t=1215

hope that helps
mat