Expanded MIDI implementation #287
|
Hello, thanks for the great project. I've got one more question. Is it possible to extend the Midi implementation to include the “chain mode (on/off)” setting? |
Answered by
bangcorrupt
Sep 24, 2023
Replies: 2 comments 5 replies
|
In the future I'd like to add MIDI control of everything. For now we can change this using sysex read-modify-write. |
3 replies
Answer selected by
bangcorrupt
|
@bangcorrupt Regarding midi implementation. On electribe2 every of 16 pads is static midi channel which we can not change, pad 4 is midi channel 4, pad 9 is midi channel 9 and so on. Is it possible to improve this? to do as modern devices can, so we can assign any midi channel to any of 16 pads, and for example on pad 1 we can assign midi channel 5 , on pad 9 midi channel 1, on pad 10 midi channel 1 as well and so on. So make midi implementation more flexible. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the future I'd like to add MIDI control of everything. For now we can change this using sysex read-modify-write.