tttapa / MIDI_controller

This is a library for creating a MIDI controller using an Arduino or Teensy board.
GNU General Public License v3.0
404 stars 69 forks source link

Change device name #78

Closed leo-combes closed 5 years ago

leo-combes commented 5 years ago

Thanks for sharing this excellent work. Is there any way to change how the MIDI device is identified when connected? For example in my case it is identified as "MIDI Arduino DUE" or something similar. Is it possible to change this?

Thank you.

tttapa commented 5 years ago

The name is not part of the MIDI Controller library, it is handled by the MIDIUSB library: https://github.com/arduino-libraries/MIDIUSB/issues/37

leo-combes commented 5 years ago

Thanks!