Arduino - Control Surface - MIDI Note Input Demo

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Hello, I've been working on MIDI interfaces and touch sensor keyboards, I'm starting work on an MPE (Midi Polyphonic Expression) keyboard interface now. I just found your Control-Surface library. I haven't read everything, but there doesn't seem to be specific support for MPE. Is there a way to implement MPE using this library? If not do you know of anybody working on this? I haven't been able to find many example out in the wild. If not, perhaps I can get something going and you can integrate it into this project. I'm more of a hack-as-you-go coder, so maybe I can get rough strokes sorted and somebody smooths it out. Thanks for sharing this library!!!

david_cool
Автор

Gostei muito. Poderia me ajudar a fazer o meu funcionar. 😬, Teria o código pra fornecer.

rickinhodutil
Автор

Hi I have a midi (5pin) pedal board I want to transform into a bluetooth midi device, can I use this excellent project to do it so?

jrivaslm
Автор

If I am not mistaken all of the keys are connected to a MUX, so at any given moment there is only 1-output coming from the mux for the arduino to read. Isn't that creating a problem with pressing multiple buttons simultaneously?

o_rest_man