ESP32-BLE-MIDI icon indicating copy to clipboard operation
ESP32-BLE-MIDI copied to clipboard

Request example

Open DRCRecoveryData opened this issue 2 years ago • 3 comments

Hi,

Could you create example code for one potentiometer as 10 bits or 14 bits for esp32-s3 devkit c?

DRCRecoveryData avatar Mar 11 '23 17:03 DRCRecoveryData

hi, what kind of message do you want to send ? pitch bend ? (other types of messages are limited to 7 bits)

Le sam. 11 mars 2023 à 18:09, DRC Recovery @.***> a écrit :

Hi,

Could you create example code for one potentiometer as 10 bits or 14 bits for esp32-s3 devkit c?

— Reply to this email directly, view it on GitHub https://github.com/max22-/ESP32-BLE-MIDI/issues/20, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABZGUOTGL7QU74GOK4SDFQTW3SWUBANCNFSM6AAAAAAVXSZOYQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

max22- avatar Mar 11 '23 17:03 max22-

hi, what kind of message do you want to send ? pitch bend ? (other types of messages are limited to 7 bits)

Le sam. 11 mars 2023 à 18:09, DRC Recovery @.***> a écrit :

Hi,

Could you create example code for one potentiometer as 10 bits or 14 bits for esp32-s3 devkit c?

— Reply to this email directly, view it on GitHub https://github.com/max22-/ESP32-BLE-MIDI/issues/20, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABZGUOTGL7QU74GOK4SDFQTW3SWUBANCNFSM6AAAAAAVXSZOYQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

I use to mapping to ableton live with knob and volume faders, i have plan to made 16-32 potentiometers because esp32-s3 run faster than atmega and stm32 chip

DRCRecoveryData avatar Mar 12 '23 14:03 DRCRecoveryData

I sent a reply 10 days ago by mail, so i post it here :

Hi,

i've made a small example, it will arrive soon in the arduino IDE if you update the library, or you can find it here on github :

https://github.com/max22-/ESP32-BLE-MIDI/blob/master/examples/05-Simple-Knob/05-Simple-Knob.ino

I don't have ableton, i've tested it with LMMS, it works. Good luck :)

max22- avatar Mar 22 '23 20:03 max22-