Data types description

Learn about building and using Max for Live devices.
Post Reply
G.
Posts: 82
Joined: Mon Nov 19, 2007 10:44 am
Location: Paris

Data types description

Post by G. » Tue Sep 22, 2009 3:58 pm

hi,

when using the getinfo messages to a live.object, it returns all properties as being [name] [type].
the property type is being described has being "int", "bool", "float", etc...
the problem is that almost every max objects understand "int" and "float" as being messages to be followed by an integer or a float.

so, how can we use this data description in max easily ? (can't use route, match, select, atoi,...)

cheers,

g

matcham
Posts: 36
Joined: Fri Mar 06, 2009 1:35 pm

Re: Data types description

Post by matcham » Tue Sep 22, 2009 4:07 pm

I already reported this problem in this thread :
http://forum.ableton.com/viewtopic.php?f=36&t=123907

one solution is using regexp :
[regexp (float) @substitute something_else]

Mathieu
________________
Mathieu Chamagne
http://mathieuchamagne.com

G.
Posts: 82
Joined: Mon Nov 19, 2007 10:44 am
Location: Paris

Re: Data types description

Post by G. » Tue Sep 22, 2009 4:10 pm

thanks, i didn't see it...

g

Post Reply