small sequencer

hello,

i’m building a very simple midibox sequencer.

is there a version of the sequencer in C langage ?

i just need :

* a midi synchronised 16 steps (with maybe the possibility

to do 32 steps by looping two patterns, but not more than this :

no memory, no banks, etc.) loop that enlights 16 leds…

(the point is : how to create a loop in the code (in C) that does

something (sending midi notes) in a regular time interval)…

* the rest of the coding (sending of midi notes on/off) will be rather

easy, quite similar to the programmation of the midibox 64 i did a few

monts ago…

have someone coded something like that ?

thanks in advance,

jeb

actually im interested in this aswell.. id like a 64 step sequencer but i like my sequencers big :smiley:

hello jeb,

look for the midi-clock (mclock) project at the download section.

It contains all you need for the timing.

and just one topic before there’s one with exactly the same question:

http://www.midibox.org/forum/index.php?topic=8513.0

regards,

Michael

have someone coded something like that ?

It doesnt hurt to search the forum :

http://www.midibox.org/forum/index.php?topic=5779.msg44853#msg44853