[maxmsp] Re: Synced Delaytimes?
Pere Josep Villez
pvillez at gmail.com
Tue Jan 1 04:18:43 MST 2008
- Previous message: [maxmsp] Re: Re: Opendialog
- Next message: [maxmsp] Re: Synced Delaytimes?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
You could also use sync~ instead of phasor~. it directly takes bpm in and can be synchronised. Look at the example help file. best P On 31/12/2007, steffensen <rougiie at gmail.com> wrote: > > > Actually, this seems to work: > > max v2; > #N vpatcher 316 40 659 494; > #P button 11 300 15 0; > #P user ezdac~ 200 342 244 375 0; > #P window setfont "Sans Serif" 9.; > #P window linecount 1; > #P message 239 115 14 9109513 1; > #P newex 66 190 28 9109513 *~ 4.; > #P flonum 58 322 35 9 0 0 0 139 0 0 0 221 221 221 222 222 222 0 0 0; > #P newex 59 301 29 9109513 timer; > #P newex 65 269 19 9109513 t b; > #P newex 65 244 48 9109513 change 0; > #P newex 65 220 59 9109513 snapshot~ 1; > #P message 208 115 29 9109513 0.75; > #P message 296 115 14 9109513 4; > #P message 280 115 14 9109513 2; > #P message 255 115 23 9109513 1.5; > #P message 183 115 23 9109513 0.5; > #P message 152 115 29 9109513 0.25; > #P flonum 152 132 54 9 0 0 0 139 0 0 0 221 221 221 222 222 222 0 0 0; > #P newex 66 163 96 9109513 rate~ 1.; > #P newex 67 84 25 9109513 sig~; > #P newex 66 107 37 9109513 /~ 240.; > #P comment 104 63 30 9109513 bpm; > #P number 67 62 35 9 0 0 0 139 0 0 0 221 221 221 222 222 222 0 0 0; > #P objectname bpm; > #P newex 66 135 58 9109513 phasor~ 1.; > #P connect 15 0 21 0; > #P connect 16 0 17 0; > #P connect 15 0 16 0; > #P connect 18 0 13 0; > #P connect 13 0 14 0; > #P connect 14 0 15 0; > #P connect 4 0 3 0; > #P connect 3 0 0 0; > #P connect 0 0 5 0; > #P connect 5 0 18 0; > #P connect 1 0 4 0; > #P connect 15 0 16 1; > #P hidden connect 12 0 6 0; > #P hidden connect 11 0 6 0; > #P hidden connect 10 0 6 0; > #P hidden connect 9 0 6 0; > #P hidden connect 8 0 6 0; > #P hidden connect 7 0 6 0; > #P connect 19 0 6 0; > #P connect 6 0 5 1; > #P pop; > > > Im sure it could be optimized and improved however, so feel free to jump > in anytime. :) > _______________________________________________ > maxmsp mailing list > maxmsp at cycling74.com > http://www.cycling74.com/mailman/listinfo/maxmsp > -- A Pereshaped definition of a rotten Apple: "You will never know what size worm is in your next apple byte"! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.cycling74.com/pipermail/maxmsp/attachments/20080101/69df080e/attachment.htm
- Previous message: [maxmsp] Re: Re: Opendialog
- Next message: [maxmsp] Re: Synced Delaytimes?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
