I need some help with multiball & OSC

Discuss Lemur and share techniques.
Post Reply
acidan
Newbie
Posts: 28
Joined: 06 Feb 2012 13:19

I need some help with multiball & OSC

Post 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
mat
Regular
Posts: 124
Joined: 08 Dec 2011 09:21
Location: Germany
Contact:

Re: I need some help with multiball & OSC

Post 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
Lemur modules and sequencer: http://music-interface.com
Setup: Win7professional 32bit, Intel Core 2 Duo @ 2,66 GHz.,Tascam US-144MKII, Ableton Live 8.4,
Arturia Analog Lab., Max/Msp, Maxforlive, Lemur Legacy + Ipad, Akai MPK61, Doepfer Pocket Control
Post Reply