<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Hey All<div><br></div><div>I've been interested in the possibility of live coding with pure data, indeed, in the guise of running Pd workshops. I've taken the live coding style, instant, step-by-step on and tend to throw Pd systems together spontaneously in my spare time. Either way, I was wondering if anyone feels like sharing some of their mental templates for a live code approach.&nbsp;</div><div><br></div><div><br></div><div><br></div><div>Just to get the ball rolling, here's one of my favorites:</div><div><br></div><div><br></div><div>[bpm] &nbsp;(right outlet)</div><div>&nbsp;&nbsp; &nbsp; &nbsp; | &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp;&nbsp; &nbsp; &nbsp; [phasor~]</div><div>&nbsp;&nbsp; &nbsp; &nbsp; |</div><div>&nbsp;&nbsp; &nbsp; &nbsp; [s~ something]</div><div><br></div><div>(a few of these, multiplying and dividing the measure frequency, sends with names like 1bar, 4bar, halfbar etc)</div><div><br></div><div>[r~ something]</div><div>&nbsp;| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</div><div>[expr~ $v1 &gt; xx] (between 0 and 1)</div><div>and</div><div>[expr~ $v1 &lt; xx] (same)</div><div><br></div><div>and multiply the two expression outlets together with [*~]</div><div><br></div><div>Mutiply the result of that by an audio signal, usually an oscillator. and out to a [dac~]</div><div><br></div><div>Then multiple copies of this with different values in the expression and oscillators.&nbsp;</div><div><br></div><div><br></div><div>Can then be edited by random or sequential variations on the pitch of the oscillators, changing the figures in the expr~ figures.</div><div>I'm quite fond of the possibility of changing the receive id's thus keeping a sequence intact but doubling or halfing the speed of certain sequences within it. Also the speed can be varied (which then effects the speed of the whole patch).</div><div><br></div><div>Also, slightly out of the way, you could use the phasor outlets directly control oscillator pitches, volumes, or filter frequencies.&nbsp;</div><div><br></div><div>This template does tend to work out differently each time I use it, also.&nbsp;</div>                                               </body>
</html>