max22- / ESP32-BLE-MIDI

An Arduino library to use Midi over BLE (Bluetooth Low Energy), on ESP32 boards
MIT License
214 stars 27 forks source link

Request example #20

Open DRCRecoveryData opened 1 year ago

DRCRecoveryData commented 1 year ago

Hi,

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

max22- commented 1 year ago

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: @.***>

DRCRecoveryData commented 1 year ago

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

max22- commented 1 year ago

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 :)