Here's, a demo video of my little project with an Arduino Uno, a Midilickuino board, a LCD...
This project works only with MIDI DIN connector, to make music only with hardware instruments(but you can use MIDI interface like in my video)
http://www.dr-midik.fr/cheyan/arduino/B ... 20x240.htm
BCRseq "hardware"
Hi pasbel,
It looks like a great project,
Could you explain how do you interface BCR2000 with Midilickuino.
Maybe you could share code too, if you want
Best regards,
e-licktronic
It looks like a great project,

Could you explain how do you interface BCR2000 with Midilickuino.
Maybe you could share code too, if you want

Best regards,
e-licktronic
Best regards,
e-licktronic
e-licktronic
I use MIDI library only.
At start, Arduino send default parameters values to BCR2000 (MIDI out to MIDI in channel 16), buttons state and encoders value to update LED on it.
Then, each MIDI controller from BCR2000 send MIDI CC to arduino (MIDI out A to MIDI in channel 16).
Arduino send MIDI clock and MIDI note on/off to BCR2000 (MIDI out to MIDI in channel 1) and BCR2000 send command on MIDI out B.
For the moment, only 8 step and 1 track but more after... I wish.
BCRseq works with page panel with the BCR2000 (Mode buttons), 8 encoders can use for note velocity or note length, Arduino send led update LED of the BCR2000, later, button wil select step (1 to 8 and 9 to 16)

At start, Arduino send default parameters values to BCR2000 (MIDI out to MIDI in channel 16), buttons state and encoders value to update LED on it.
Then, each MIDI controller from BCR2000 send MIDI CC to arduino (MIDI out A to MIDI in channel 16).
Arduino send MIDI clock and MIDI note on/off to BCR2000 (MIDI out to MIDI in channel 1) and BCR2000 send command on MIDI out B.
For the moment, only 8 step and 1 track but more after... I wish.
BCRseq works with page panel with the BCR2000 (Mode buttons), 8 encoders can use for note velocity or note length, Arduino send led update LED of the BCR2000, later, button wil select step (1 to 8 and 9 to 16)

Hi pasbel,
Great project. Do you think you could share Code ?
Or maybe you need help to upgrade your code ?
Best regards,
e-licktronic
Great project. Do you think you could share Code ?
Or maybe you need help to upgrade your code ?
Best regards,
e-licktronic
Best regards,
e-licktronic
e-licktronic
I've start it one mouth ago, the code is not very good. I wait to program all things I wish. But arduino memory is very little, and I want to optimize it before to give code, but after that, there is no problem to give it.