[maxmsp] Re: Wobbly Attack
volker böhm
vboehm at gmx.ch
Mon Jun 18 06:54:42 MDT 2007
- Previous message: [maxmsp] Re: Wobbly Attack
- Next message: [maxmsp] Re: Re: Wobbly Attack
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 18 Jun 2007, at 14:26, steffensen wrote: > > If only Edit msg's had worked after 1 min, i wouldnt have to spam > like this. :P > Just wanted to let u know, i used your advice on sig~, wich now > converts the "midi in bang" to signal and resets the phase > perfectly. Im a happy man, after scratching my head about this for > weeks. Thanks a million! sorry, haven't been following too closely - ignore this message, if it is beside the point. but converting midi-messages to signal rate to trigger something, doesn't make sense to me. if your source is a max event (midi messages e.g.) i doubt you will gain any precision by this conversion. have a look at the patch below for an easy non-signal rate exmple. volker. #P window setfont "Sans Serif" 9.; #P window linecount 1; #P comment 208 99 32 196617 ms; #P flonum 61 147 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0; #P newex 113 147 21 196617 t 0; #P flonum 171 98 35 9 0. 0 1 3 0 0 0 221 221 221 222 222 222 0 0 0; #P newex 154 123 27 196617 f 1.; #P user led 42 414 17 17 0 150; #P newex 59 414 30 196617 dac~; #P user gain~ 62 276 24 100 158 0 1.071519 7.94321 10.; #P newex 61 174 62 196617 phasor~ 70; #P button 113 58 30 0; #P newex 113 92 40 196617 t b b 1; #P newex 143 302 55 196617 record~ x; #P hidden newex 310 170 48 196617 loadbang; #P flonum 297 222 48 9 0. 0 1 3 0 0 0 221 221 221 222 222 222 0 0 0; #P hidden newex 310 194 54 196617 t b s 1 70; #P newex 383 225 68 196617 buffer~ x 30; #P message 209 230 32 196617 set x; #P user waveform~ 209 244 363 137 3 9; #W mode move; #W mouseoutput none; #W clipdraw 1; #W unit samples; #W grid 22.675737; #W ticks 0; #W labels 1; #W vlabels 0; #W vticks 0; #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 146 179 217; #W rgb6 100 100 100; #W rgb7 100 100 100; #P message 154 147 120 196617 0 \, 1 \$1 -0.7 0 180 -0.7; #P newex 62 227 61 196617 *~; #P newex 154 174 42 196617 curve~; #P newex 62 203 40 196617 cycle~; #P comment 172 84 53 196617 attack; #P comment 109 42 100 196617 trigger; #P hidden connect 18 0 17 0; #P connect 16 0 17 0; #P hidden connect 9 3 22 0; #P connect 22 0 15 0; #P connect 2 0 4 0; #P connect 4 0 16 0; #P connect 16 0 17 1; #P fasten 15 0 2 1 66 196 97 196; #P connect 14 0 13 0; #P connect 13 0 21 0; #P connect 21 0 15 1; #P connect 3 0 4 1; #P connect 4 0 12 0; #P connect 13 2 12 0; #P fasten 13 1 19 0 133 119 159 119; #P connect 19 0 5 0; #P connect 5 0 3 0; #P hidden connect 9 2 20 0; #P connect 20 0 19 1; #P hidden connect 9 0 7 0; #P hidden connect 7 0 6 0; #P connect 10 0 6 1; #P hidden connect 11 0 9 0; #P hidden connect 9 1 8 0; #P window clipboard copycount 24;
- Previous message: [maxmsp] Re: Wobbly Attack
- Next message: [maxmsp] Re: Re: Wobbly Attack
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
