<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Oops, I misread that, too. I remember writing a little helper object for<br>
Pd which triggers control messages for nonzero sample values in its<br>
audio input. Once you have that, you can easily map that to a MIDI<br>
message in Pd, so you might be able to use that for your purposes. The<br>
object is called bit~ and is contained in this tarball:<br>
<a href="http://prdownloads.sourceforge.net/q-lang/kcs-example.tar.gz" target="_blank">http://prdownloads.sourceforge.net/q-lang/kcs-example.tar.gz</a><br>
<br>
Of course, you then still need to write a Faust program which computes<br>
the trigger pulses from its input, so that you can pipe the output<br>
signal from that unit into bit~.<br></blockquote></div><br>Cool! I will take a look at this just for reference. I guess I will have to make my own way from there as graphical programming gives me the heebie-jeebies. <br>