TheKikGen / USBMidiKliK

A robust USB MIDI Arduino firmware, with a dual bootloader, based on the LUFA library
89 stars 17 forks source link

Changing device name #4

Closed asterow closed 5 years ago

asterow commented 5 years ago

Hi,

First i want to thank you for all your work, it's great !!

I tried to change the name of the midi device without success. the name is stuck to USA MidiKliK Build-646

In all cases, device name is still "USA MidiKliK Build-646"

Do you have any idea of what is causing this ? Thanks you very much for you help

TheKikGen commented 5 years ago

As said in the readme, You must change the name from SERIAL MIDI DIN. USB is not available at the moment for internal sysex. So you must plug a cable from your Arduino MIDI DIN OUT to Arduino MIDI DIN IN (make a loop), select the MIDI OUT serial from SysExLibrarian, then send the bytes sequence, that will go to the MIDI jack IN.

Not that the last release is 650.
Hex file is already available.

TheKikGen commented 5 years ago

Uninstalling the device in the device manager, disconnect, and reconnect the board can help also.

TheKikGen commented 5 years ago

USB internal SYSEX are available since build 884.