message osc problem with function firstof

Discuss problems and solutions.
Post Reply
Saint_T
Newbie
Posts:5
Joined:02 Mar 2014 21:42
message osc problem with function firstof

Post by Saint_T » 21 Mar 2014 07:23

Hello, I have a problem with an osc message.
I have a raw of four switches and a monitor that shows me the number of the switch by creating the function z = firstof (x). When I press each switch, the monitor displays Good the value of the variable z : 0 1 2 3, but MaxMSP via osc message /switch/z always shows me the value 0 whichever the switch pressed.
I do not understand why ?
Is there a solution.
thank you

oran-outan
Newbie
Posts:39
Joined:18 Dec 2011 17:30

Re: message osc problem with function firstof

Post by oran-outan » 21 Mar 2014 18:08

hi

I have the same problem ! on Max too. but it's not only with firstof but also with round() (I have just try this two expression) and when I pass inside a script !!!
I used Ipad1 with ios5.1.1 on mac with OSX 10.7.5

if you have suggest !!!
Thanks & best
o-o

oran-outan
Newbie
Posts:39
Joined:18 Dec 2011 17:30

Re: message osc problem with function firstof

Post by oran-outan » 22 Mar 2014 14:23

hi

If I show values on Lemur with monitor object, all is OK. It's on sending/transmitting via OSC where the message is corrupt. I haven't try if it's the same with Midi…
Are there a problem with older iPad Version or iOS or stuff like that ? Any other Have same problem ? This problem appear on recently iPad version or not ???

I hope this problem can solve soon !
best
f

mat
Regular
Posts:127
Joined:08 Dec 2011 09:21
Location:Germany
Contact:

Re: message osc problem with function firstof

Post by mat » 22 Mar 2014 18:54

Hey Saint_T,

another solution to achive "firstof" would be using "zl sub 1." in max (while sending the whole vector of knobs "Tralala/x" from lemur to max)
That way the variable calculation is in max. Thats the way I do, never tried calculating firstof on lemur and sending it to max... but in common your way seems possible too...

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

oran-outan
Newbie
Posts:39
Joined:18 Dec 2011 17:30

Re: message osc problem with function firstof

Post by oran-outan » 24 Mar 2014 09:53

hello

If I sent message via Midi, functions & sending run good… it's really on osc transmitting where the problem is.

best
f

Saint_T
Newbie
Posts:5
Joined:02 Mar 2014 21:42

Re: message osc problem with function firstof

Post by Saint_T » 27 Mar 2014 11:27

I found a solution with a script with the function oscout(). I disables x and the the script is oscout(0, '/test',firstof(x)); with on expression x. It's all ok.
Thank you to all. :mrgreen:

nick_liine
Liine Staff
Posts:340
Joined:01 Oct 2010 11:06

Re: message osc problem with function firstof

Post by nick_liine » 27 Mar 2014 14:21

The following is broken in 5.0 and will be fixed in the 5.0.2 update:
- Fixed OSC output of integer variables
- Fixed OSC remote control of object attribute

The firstof(x) problem you describe sounds like a case of the first bug.

Post Reply