<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2653.12">
<TITLE>RE: [sdiy] Percussion sequencer idea</TITLE>
</HEAD>
<BODY>
<P><FONT SIZE=2>I haven't been following this thread closely but I think the original poster wanted (among other things) a way to turn 24ppqn into various divided down ppqn's.</FONT></P>
<P><FONT SIZE=2>Once, as an exercise, I successfully reverse engineered the Blacet MIDI clock chip into a PIC16F84. I then designed a companion PIC16F84 based divider that would take the 24ppqn pulses and output divide by 3, 6, 12, 2, 4, 8 and 24 pulses on various pins. Also a step switch would roll through the divider list to output one of the dividers on a special pin. All output was synced to MIDI start, stop, and continue.</FONT></P>
<P><FONT SIZE=2>It's a simple program and I don't remember if I actually tested this in hardware but it was heavily simulated with MPLAB so it oughtta work. Both projects were coded using the free CC5X (a great compiler, IMO).</FONT></P>
<P><FONT SIZE=2>If anyone is interested in this code, let me know.</FONT>
</P>
<P><FONT SIZE=2>John Speth</FONT>
<BR><FONT SIZE=2><A HREF="mailto:johns@molectron.com">mailto:johns@molectron.com</A> </FONT>
</P>
</BODY>
</HTML>