Renaming an Arduino midi device....

nicnut:
Nantonos,

So in your last post are you suggesting that I upload Descriptors.c into my code?

Not exactly. I was suggesting editing Descriptors.c and then recompiling HIDUNNO to make a new library with a modified name and product ID.

nicnut:
Descriptors.c looks editable, but where would you type in what you would like to name the device? Next to .UnicodeString maybe?

It looks as if you would change from

	.ProductID              = 0x2048,

	.UnicodeString          = L"HIDUINO"

to

	.ProductID              = 0x2049,

	.UnicodeString          = L"NICK001"