BCRseq "hardware"

Here we talk about e-licktronic projects (hardware, software) like SquareSeq, Ablickton...
  • 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
    Best regards,
    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)

    Image
  • Hi pasbel,

    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
  • 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.