Control-Surface icon indicating copy to clipboard operation
Control-Surface copied to clipboard

Arduino library for creating MIDI controllers and other MIDI devices.

Results 154 Control-Surface issues
Sort by recently updated
recently updated
newest added

Hi, The new line of ESP32 chips support native USB. Any plans on incorporating support for them? Thanks!

I have connected SSD1306 OLED Displays with a TCA9548 8 channel I2C multiplexer to an Arduino Pro Micro. I want to display in each OLED information from each of the...

feature request

Hello, I'm creating controller for myself currently for DAW Propellerhead Reason, and for this I need to create special mapping for their protocol "Remote" for communication with my newly created...

I have 2 exaple HairlessMIDI_Interface midi; // for usb with HairlessMIDI app and USBMIDI_Interface midi; // for midi 5 pin Separately it works, but when both lines are left, then...

I would like to try to make a sensor expression pedal from this module ![Скриншот 20-10-2021 214420](https://user-images.githubusercontent.com/85799952/138152799-4d5fa38b-c3c6-4b11-8e19-4d8c96f04858.jpg)

feature request

Hi. is there a version or a sample code that has a digital i/o for multiplexers (4067) goal is to do a basic 61 keys midikeyboard. can't seem to find...

feature request

Hi, I'm trying to use my esp32 as a bluetooth midi device with a rotary encoder. Here is the code I've cobbled together by going through the documentation: ``` #include...

Hello, I ran into this project and i might be suitable for my needs. I have basically 2 questions: 1. Is it possible to use a smaller size SPI 7pin...

**Describe the bug** First off, thanks for this library. It is by far the most well documented arduino library I have ever come across. Potentiometer reading is unstable on Teensy...

These classes add the ability to use Piezos (or other analog, voltage-outputting sensors) to produce a note. Useful for velocity sensitive drums.