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

What code do I need to write to connect the device via usb to the zoom pedal and control it? Example in video [https://youtu.be/XSJGG0wdzXA](https://youtu.be/XSJGG0wdzXA)

wonder if there is any implementation to use one LED to inform the intensity of the sound in a particular DAW channel. Something like the led that is used in...

Hey, I was wondering if theres a way to "daisy chain" other teensy's to one that is already connected to a PC? Just thinking in the future I might like...

question

Hello guys I'm new to arduino, when I try to add the library (control surface) this error appears Error: Request installZip failed with message: 13 INTERNAL: Library install failed: extracting...

Hello! Tell me how to switch programs on two buttons, I can’t find an example. The first button increases the program number and the second decreases it.

feature request

Hi, My code is: ``` #include USBMIDI_Interface midi; // The note numbers corresponding to the buttons in the matrix const AddressMatrix addresses {{ {36, 37, 38, 39}, {40, 41, 42,...

feature request

Hi, Can you add support for ESP32-S3/C3 via USB port?

feature request

Time Display does not work. The sketch is taken from a standard example for an OLED display. Everything works except it. In DAW, the MTC output is enabled and configured.

Is it possible to set a range for a potentiometer? Something similar to Behringer BCR2000 where you can set min value and max value when configuring a knob. If it...

feature request

Hi! I am making a CC MIDI pedal and read that to apply mapping function it has to be done by a particular way when the analog has been filtered...