-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
beat display to midi controller #124
Comments
it would also be okay if just one button lights up on every beat... |
Mappa will handle user-defined feedback, allowing any "source" to be mapped to various lights. Aka, this should be possible then. |
I've implemented it in this branch, which builds on PR #311. The controller JSON output binding would be like this (and one for each beat): {
"action": "metronome:beat",
"beat": 0,
"dataList": [176, 99, 21]
} Each beat (in the bar) would get its own controller output binding. Use of |
Hi @wvengen : cool - nice one. I presume you want to turn off the LED too? A note-off will work for some devices, but not all... :/ [update: left a comment in the code - there's a potential race-condition & crash in the implementation - please check/fix it] |
Good point. The |
What i want to do is this: i want that my midi controller (apc mini) displays the beat graph from the right bottom corner of luppp. i want to specify 4 buttons which shortly light up on the corresponding beat. So button 1 on beat 1, button 2 on beat to and so on. With #119 this would enable me to dont look at the screen anymore while making music, which would be great!
The text was updated successfully, but these errors were encountered: