[maxmsp] Re: fromsymbol auto-converts string to int: real problem
gusanomaxlist
gusanomaxlist at googlemail.com
Thu Aug 2 05:37:07 MDT 2007
- Previous message: [maxmsp] Re: fromsymbol auto-converts string to int: real problem
- Next message: [maxmsp] Re: fromsymbol auto-converts string to int: real problem
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi. - in your 1st patch, it seems to be working without fromsymbol. - in the 2nd, it seems to be working without tosymbol but with quote marks in sprintf [sprintf "%ssnare.aiff"]. Best. #P window setfont "Sans Serif" 9.; #P window linecount 1; #P newex 41 54 56 9109513 opendialog; #P user textedit 41 128 312 154 32896 139 9 Machintosh HD:/Samples 1 sorted/crash.aiff; #P message 103 54 229 9109513 "Machintosh HD:/Samples 01 sorted/crash.aiff"; #P newex 41 106 62 9109513 prepend set; #P window setfont "Sans Serif" 9.; #P newex 46 313 69 196617 buffer~ temp; #P newex 46 293 68 196617 prepend read; #P message 166 313 219 196617 "Machintosh HD:/Samples 01 sorted/snare.aiff"; #P message 46 215 185 196617 "Machintosh HD:/Samples 01 sorted/"; #P newex 46 239 98 196617 sprintf "%ssnare.aiff"; #P newex 166 293 62 196617 prepend set; #P connect 4 0 5 0; #P connect 1 0 4 0; #P connect 1 0 0 0; #P connect 2 0 1 0; #P connect 9 0 6 0; #P connect 7 0 6 0; #P connect 6 0 8 0; #P connect 0 0 3 0; #P window clipboard copycount 10;
- Previous message: [maxmsp] Re: fromsymbol auto-converts string to int: real problem
- Next message: [maxmsp] Re: fromsymbol auto-converts string to int: real problem
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
