XML Feeds

.

[maxmsp] variable timer

volker böhm vboehm at gmx.ch
Tue Mar 11 06:16:35 MDT 2008


On 11 Mar 2008, at 12:34, Lena wrote:

>
> hi,
>
> i need to build a variable metronome or clocker, which sends out  
> its bangs with a random variable time interval of e.g. 390 to 470 ms.
> is that possible? has anyone an idea how to do it?
> i thought of using the setclock object - would that work?
>

like this?

#P toggle 111 141 15 0;
#P window setfont "Sans Serif" 9.;
#P number 159 140 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P button 111 255 22 0;
#P window linecount 1;
#P newex 129 210 37 196617 + 390;
#P newex 129 186 58 196617 random 80;
#P newex 111 163 58 196617 metro 500;
#P connect 5 0 0 0;
#P fasten 2 0 4 0 134 233 199 233 199 129 164 129;
#P connect 4 0 0 1;
#P connect 0 0 3 0;
#P connect 0 0 1 0;
#P connect 1 0 2 0;
#P window clipboard copycount 6;


More information about the maxmsp mailing list