[maxmsp] recall index from any data
Jean-Michel Darrémont
jmdarremont at free.fr
Sat Dec 1 15:46:40 MST 2007
- Previous message: [maxmsp] Re: recall index from any data
- Next message: [maxmsp] rewire application
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
This is something very easy to do in LISP. Why don't you try maxlisp~ at: http://music.columbia.edu/~brad/maxlisp/ Maxlisp~ encapsulates LISP in Max. Then in LISP it is just: (position 15 '(a b 6 7 8 4 1 er 12 35 2 15 9 8 7 6)) Returns : 11 wich is the position index of element 15. Any operation on lists are that easy in LISP. Generally speaking, Max being somewhat uneasy with lists, it could be a good idea for those who work very often with lists to use this language inside Max. LISP means "LISt Processing". ******** Jean-Michel Darrémont Le 1 déc. 07 à 19:40, Derrick Giscloux a écrit : > > Hello, > > I would like to store a unknown size list at an index. > Then, when any number of this list comes again, I want the index ! > > I tryed different objects : I can't get coll to give me the index > from elmts, funbuff can only store 1 elmt for each index, qlist > can't be recalled by index, table can't store multiple data at index. > Perhaps I'm wrong with these assertions. > > Please do you see any way ? > thanks. > > > _______________________________________________ > maxmsp mailing list > maxmsp at cycling74.com > http://www.cycling74.com/mailman/listinfo/maxmsp > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.cycling74.com/pipermail/maxmsp/attachments/20071201/f98ce9f4/attachment.htm
- Previous message: [maxmsp] Re: recall index from any data
- Next message: [maxmsp] rewire application
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
