DRUM SEQUENCER

I had read an earlier post about creating an X0X style drum machine. In my opinion I think this would be totally possible. I was thinking such as how the 505 works. There could be 16 steps of LEDs using the basic Midi Box Seq layout. IF Thorsten might implement the possibilities of lighting LEDs on the clock related to the BPM, the MIDI BOX sequencer should be able to handle the rest. Maybe a future implementation? Got to love MIDI DIY!!!

 :)

-Sephult

Hi Sephult,

see also this thread

http://www.midibox.org/cgi-bin/yabb/YaBB.cgi?board=concepts;action=display;num=1046190688

once I’ve ported the MB64SEQ to MIOS, it will be easy to reuse the sequencer engine also for other control surfaces.

Best Regards, Thorsten.

Thanks Thorsten!

I can’t stop thinking about ucapps! Can’t wait to have a look at the source. What language?

It will probably be awhile before I can make the MIDI beast, what do you have planned for the near future?

Is this a day to day DIY, or are you a mastermind?

Best Regards

-Mr Sephult ;D

Hi Sephult,

the application will be written in assembly language for the best performance. A C frontend could be possible, but it’s not planned yet. However, small modifications in the control surface should be possible without much PIC knowledge, for advanced solutions you need to learn the assembly language (but a MIDI project is a really good starting point for this :))

Best Regards, Thorsten.