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

Hola peter, he estado tratando de compilar esp8266 para wifi y me ha resultado imposible, estoy utilizando la ultima version de applemidi desde el repositorio de github, asi como tu...

feature request

Using the push button on a rotary encoder causes the encoder value to decrement on each push. I'm using some combination rotary encoders/push buttons. I wired up the encoder as...

The size of a sysex message should be typed size_t instead of uint8 to allow longer sysex messages. Currently increasing SYSEX_BUFFER_SIZE in Settings.hpp does not work as expected, changing the...

hi, is it possible to show the bank status with neopixel led`s. example: 5 neopixel green = bank 1, the same 5 neopixel red = bank 2 thank you for...

Hola Peter. Me preguntaba si es posible habilitar y deshabilitar leds, con potenciometros y botones funciona, mientras que con leds si bien compila y sube a la placa no funciona,...

feature request

Hi, Sorry if this is a really stupid question. Im trying the SPI blink example using a Teensy 4.0 and a 74HC595. I want to be able to use each...

question

Hola Peter. Bien, no se si sea posible direccionar los mensajes midi a serial y ble independientes, es decir, digamis que los faders solo funcionen via serial o midi out,...

feature request

Hi tttapa! I want to make a programmable controller based on your library. I want to be able to set the MIDI CC parameter I want to control on the...

question

Hi ttapa! Testing this code: _Control-Surface/examples/7.Displays/MCU-OLED-SSD1306/MCU-OLED-SSD1306.ino_ on my ESP32. I can see that the code has not been tested on ESP32, only on Teensy. Do you know that you have...

question

Hello is there possibility to use on one multiplexer buttons and rotary? In eg. I have this code: ``` CD74HC4067 mux = { A9, // Analog input pin {3,2,0,1} };...

question