-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MIDIcontroller- Seeeduino Xiao SAMD21 support #34
Comments
It looks like a very nice piece of hardware. Is it able to be recognized by
a computer as a USB MIDI device and has someone written a USB MIDI library
for it? If so, the ‘wrapper’ library I wrote could be adapted but it would
be too tricky (at least for me) to accommodate multiple core libraries.
They each have different functions and handle them differently.
If you find out the seeeduino has a USB MIDI library, you should fork the
MIDIcontroller library and adapt it. It shouldn’t be that hard to do.
|
Indeed it does get recognized as a USB MIDI device. I've taken things as far as adding some basic code to do an analog |
This is the basic code that worked for me.
|
It looks like the SAMD21 and ESP32 chips cover lots of Arduino compatible boards that feature capacitive touch. So, updating Flicker and MIDIcontroller to support them would probably be worth doing. My XIAO should arrive tomorrow and I'll get to work. |
That's great news. I was hoping the touch Xiao features would be a bonus for your libraries. Thank you kindly ! And, I look forward to testing. |
Hey Josh,
I'd like to make a request for adding Seeeduino Xiao to the list of compatible MCUs for your MIDIcontroller library.
A bonus may be that the Xiao SAMD21 supports touch pins as well.
Regards,
Chris
The text was updated successfully, but these errors were encountered: