[maxmsp] buffer ignores number of channels?
Stefan Tiedje
Stefan-Tiedje at addcom.de
Sat Apr 5 00:54:23 MDT 2008
- Previous message: [maxmsp] buffer ignores number of channels?
- Next message: [maxmsp] Re: Subpatch in windows?!
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
David Stevens schrieb: > That's what I started with. I changed to [read] with the thought that it > would behave better. Anyway, I just tried again with replace, and buffer > is still remaining as one channel after loading in a mono file and then > loading a stereo file. Not for me, your patch behaved like you described, if I get rid of all the sfinfo~ stuff and just use replace it works as you want it, at least here in Berlin... #P window setfont "Sans Serif" 10.; #P window linecount 1; #P message 62 225 43 196618 replace; #P newex 363 86 51 196618 loadbang; #P message 404 155 66 196618 name test 2; #P message 403 126 66 196618 name test 1; #P window setfont "Sans Serif" 9.; #P user waveform~ 142 196 202 45 3 9; #W mode select; #W mouseoutput continuous; #W unit ms; #W grid 1000.; #W ticks 0; #W labels 1; #W vlabels 0; #W vticks 1; #W bpm 120. 4.; #W frgb 33 0 0; #W brgb 60 178 173; #W rgb2 0 95 255; #W rgb3 0 0 0; #W rgb4 0 0 0; #W rgb5 190 137 255; #W rgb6 100 100 100; #W rgb7 100 100 100; #P user waveform~ 143 149 202 45 3 9; #W mode select; #W mouseoutput continuous; #W unit ms; #W grid 1000.; #W ticks 0; #W labels 1; #W vlabels 0; #W vticks 1; #W bpm 120. 4.; #W frgb 33 0 0; #W brgb 60 178 173; #W rgb2 0 95 255; #W rgb3 0 0 0; #W rgb4 0 0 0; #W rgb5 190 137 255; #W rgb6 100 100 100; #W rgb7 100 100 100; #P window setfont "Sans Serif" 10.; #P newex 62 258 110 196618 buffer~ test 5000 2; #P connect 6 0 0 0; #P connect 5 0 4 0; #P connect 5 0 3 0; #P connect 1 5 2 4; #P fasten 3 0 1 0 408 146 148 146; #P fasten 4 0 2 0 409 195 147 195; #P window clipboard copycount 7; -- Stefan Tiedje------------x------- --_____-----------|-------------- --(_|_ ----|\-----|-----()------- -- _|_)----|-----()-------------- ----------()--------www.ccmix.com
- Previous message: [maxmsp] buffer ignores number of channels?
- Next message: [maxmsp] Re: Subpatch in windows?!
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
