Tempo Indicator for Sequenced Filter

Does anybody know if it’s possible to create a temp indicator pulse or LED??

I have a design for a simple sequenced filter i’d like to integrate into the MBSID. It has it’s own lFO, but if it could be synced to MIDI that would be awesome! Basically, it’s a 10 step decade counter (less steps can be used, 2 or more can be chained together for additional steps) which controls a filter via an optocoupler. For every pulse received, the counter moves on one step, so the MIDI sync would need to be output in triplets (ie, 8 per bar).

I’m wondering if it would be possible to use a single note on my sequencer, say C8 or something really high, which would trigger a dout pulse??? I figure the highest notes aren’t used since the SID has restricted frequency response.

Does anybody else think this is a great idea??

I’m wondering if it would be possible to use a single note on my sequencer, say C8 or something really high, which would trigger a dout pulse???

Yes, this is possible without much programming effort. Basically it works like this http://www.ucapps.de/mios_c_set_dout.html or this http://www.ucapps.de/mios_c_pic_pin.html example, but it has to be programmed in assembly language due to memory limitations within the MBSID application

Best Regards, Thorsten.