Page 1 of 1

BCRseq "hardware"

Posted: Jul 8th, '13, 14:27
by pasbel
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

Re: BCRseq "hardware"

Posted: Jul 9th, '13, 13:43
by e-licktronic
Hi pasbel,

It looks like a great project, 8-)
Could you explain how do you interface BCR2000 with Midilickuino.
Maybe you could share code too, if you want ;)

Best regards,
e-licktronic

Re: BCRseq "hardware"

Posted: Jul 12th, '13, 07:38
by pasbel
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)

Image

Re: BCRseq "hardware"

Posted: Jul 12th, '13, 13:35
by e-licktronic
Hi pasbel,

Great project. Do you think you could share Code ?
Or maybe you need help to upgrade your code ?

Best regards,
e-licktronic

Re: BCRseq "hardware"

Posted: Jul 12th, '13, 15:54
by pasbel
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.