fbpx
Skip to main content

MIDI Forum

Make a Plug and pla...
 
Notifications
Clear all

Make a Plug and play instrument

3 Posts
3 Users
0 Reactions
8,808 Views
Gonzalo
Posts: 1
New Member
Topic starter
 

Hi everyone, I'm trying to make a midi controller without using an ARDUINO UNO. I have issues with the hardware, I'm not sure how making a MIDI instrument connect to the PC and automatically be recognised by the computer as a MIDI device. All I found on the internet is using an Arduino UNO whit the HIDUINO software.
Sorry abput my english, Im a Spanish speaker.

 
Posted : 16/12/2021 3:42 pm
Clemens Ladisch
Posts: 321
Reputable Member
 

What microcontroller are you using, or do you want to use?

There are two microcontrollers that come with USB/MIDI libraries: Arduino UNO/Mega2560 with HIDUINO, or Teensy.
There are many other microcontrollers with USB support, but the USB protocol is so complex that implementing USB/MIDI support would not be easy.

What is the problem you have with HIDUINO?

 
Posted : 17/12/2021 1:02 am
Geoff
Posts: 1039
Noble Member
 

You will need to establish some sort of communication between the hardware in your device, and your PC. The 'old fashioned' way of doing this was to use a software driver loaded onto the PC, but this would NOT be 'Plug-and-Play'.

Nowadays, people want P&P, and for this you need software built into the device. Apparently, there are specialist micro-controllers that include this function, as Clemens describes, and they also have libraries to help with the software link?

Even though you may get the PC to recognise that the device plugged in IS a MIDI device, you may still need your software to fully receive the data, again the libraries that come with the m/c will help here.

Geoff

 
Posted : 17/12/2021 6:28 am
Share: