I'm going to preface this post by saying I'm super new to microcontrollers so this may be a stupid question.
I have a Raspberry Pi 3b+ that I'm using in conjunction with Blockas' Pisound hat that allows me to use MIDI inputs/ outputs and do some really cool things.
I'd like to be able to use some analog inputs (ribbon controllers) but since Raspberry Pi doesn't do analog, I'm looking at using an Arduino Nano to hook up the analog inputs and send that info to my Pisound hat via a MIDI USB connection.
Does anyone have experience setting up MIDI connections via USB on the Arduino that would do what I'm trying to accomplish here? Since the Pisound hat is already configured to read MIDI inputs I'd like the Arduino convert my analog inputs to a MIDI output but am not sure how to do this.
Any advice, tips or tricks would be greatly appreciated. Thank you!