[maxmsp] (no subject)
DO_Ray
ceo at diurnal.net
Fri Aug 24 08:16:55 MDT 2007
- Previous message: [maxmsp] (no subject)
- Next message: [maxmsp] Re: (no subject)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 24 Aug 2007, at 13:56, Rodrigo Constanzo wrote: > theres probably more effecient ways of doing this, but you can do > it with coll > > just change the "read filename" to "read XXXX", and have the txt file > in the same spot > > on reading your post again, im guessing you mean a normal text file, > with words/numbers mixed together? > if thats the case, i cant help you there If so have a look at text Object it reads textfile's and you can query line's Although i did not look at your patch. DO_Ray > max v2; > #N vpatcher 236 99 735 505; > #P window setfont "Sans Serif" 9.; > #P window linecount 1; > #P message 286 69 33 196617 dump; > #N coll ; > #P newobj 299 121 53 196617 coll; > #P message 299 94 71 196617 read filename; > #P number 125 123 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0; > #P window linecount 3; > #P comment 124 80 100 196617 I want to import a .txt file with a > number in this box; > #P fasten 3 0 1 0 304 147 174 147 174 120 130 120; > #P fasten 4 0 3 0 291 113 304 113; > #P connect 2 0 3 0; > #P pop; > > On 8/24/07, cedric dumetz <cedricdumetz at hotmail.com> wrote: >> >> Hello, >> i want to import a .txt file (with a number inside) to a max/msp >> number >> box. >> Please help me >> Thanks >> >> Cédric Dumetz >> >> >> max v2; >> #N vpatcher 236 99 632 395; >> #P window setfont "Sans Serif" 9.; >> #P number 125 123 35 9 0 0 0 139 0 0 0 221 221 221 222 222 222 0 0 0; >> #P comment 124 80 100 9109513 I want to import a .txt file with a >> number in >> this box; >> #P pop; >> >> ________________________________ >> Découvrez sans tarder l'expérience ultime de messagerie en ligne >> Windows >> Live Hotmail ! >> _______________________________________________ >> maxmsp mailing list >> maxmsp at cycling74.com >> http://www.cycling74.com/mailman/listinfo/maxmsp >> >> > > _______________________________________________ > maxmsp mailing list > maxmsp at cycling74.com > http://www.cycling74.com/mailman/listinfo/maxmsp >
- Previous message: [maxmsp] (no subject)
- Next message: [maxmsp] Re: (no subject)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
