[maxmsp] 8 diferent wav files into the same [sfplay~ 8]
Stefan Tiedje
Stefan-Tiedje at addcom.de
Sun Sep 30 03:06:25 MDT 2007
- Previous message: [maxmsp] Re: 8 diferent wav files into the same [sfplay~ 8]
- Next message: [maxmsp] Re: 8 diferent wav files into the same [sfplay~ 8]
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Rui Fernando Caldas schrieb: > Hi there > > is this possible? preload 8 diferent mono wav files on only one > [sfplay~ 8] Yes, even 100..., they will all play on output 1... > (object and argument) > > if yes, it's possible to "preload" one file in "track" 5 with out > interrupting the track 1 play? No, it will always play one cue... Typically a question you could answer yourself by simply trying... Trial and error is the best method to learn all about Max... Your homework could have looked like the patch below... Stefan #P window setfont "Sans Serif" 9.; #P window linecount 1; #P message 124 128 50 196617 2; #P message 121 99 144 196617 preload 2 cherokee.aif; #P user ezdac~ 251 215 295 248 0; #P toggle 47 98 15 0; #P message 66 99 50 196617 open; #P user meter~ 227 178 240 246 50 0 168 0 103 103 103 255 153 0 255 0 0 217 217 0 153 186 0 12 3 3 3 3; #P user meter~ 204 178 217 246 50 0 168 0 103 103 103 255 153 0 255 0 0 217 217 0 153 186 0 12 3 3 3 3; #P user meter~ 181 178 194 246 50 0 168 0 103 103 103 255 153 0 255 0 0 217 217 0 153 186 0 12 3 3 3 3; #P user meter~ 158 178 171 246 50 0 168 0 103 103 103 255 153 0 255 0 0 217 217 0 153 186 0 12 3 3 3 3; #P user meter~ 135 178 148 246 50 0 168 0 103 103 103 255 153 0 255 0 0 217 217 0 153 186 0 12 3 3 3 3; #P user meter~ 112 178 125 246 50 0 168 0 103 103 103 255 153 0 255 0 0 217 217 0 153 186 0 12 3 3 3 3; #P user meter~ 89 178 102 246 50 0 168 0 103 103 103 255 153 0 255 0 0 217 217 0 153 186 0 12 3 3 3 3; #P user meter~ 66 178 79 246 50 0 168 0 103 103 103 255 153 0 255 0 0 217 217 0 153 186 0 12 3 3 3 3; #N sfplay~ 8 120960 0 ; #P newobj 66 154 194 196617 sfplay~ 8; #P connect 13 0 0 0; #P connect 12 0 0 0; #P connect 10 0 0 0; #P connect 9 0 0 0; #P connect 0 7 8 0; #P connect 0 6 7 0; #P connect 0 5 6 0; #P connect 0 4 5 0; #P connect 0 3 4 0; #P connect 0 2 3 0; #P connect 0 1 2 0; #P connect 0 0 1 0; #P window clipboard copycount 14; -- Stefan Tiedje------------x------- --_____-----------|-------------- --(_|_ ----|\-----|-----()------- -- _|_)----|-----()-------------- ----------()--------www.ccmix.com
- Previous message: [maxmsp] Re: 8 diferent wav files into the same [sfplay~ 8]
- Next message: [maxmsp] Re: 8 diferent wav files into the same [sfplay~ 8]
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
