Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/litui/ble-midi-wrench
BLE MIDI Wrench
https://github.com/litui/ble-midi-wrench
Last synced: 15 days ago
JSON representation
BLE MIDI Wrench
- Host: GitHub
- URL: https://github.com/litui/ble-midi-wrench
- Owner: litui
- License: mit
- Created: 2024-07-13T00:20:43.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-13T00:23:15.000Z (7 months ago)
- Last Synced: 2025-01-10T19:18:36.795Z (15 days ago)
- Language: C++
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## BLE MIDI Wrench for ESP32-S3-USB-OTG
This was written quickly to allow passing through BLE MIDI to Windows 11 based DAWs over USB. I just happened to have an [ESP32-S3-USB-OTG](https://docs.espressif.com/projects/esp-dev-kits/en/latest/esp32s3/esp32-s3-usb-otg/user_guide.html) on hand.
This should pass through all basic midi functionality with the exception of system exclusive (sysex) messages.
The BLE MIDI Wrench currently appears as a "device" on both the USB side and the BLE side, serving my use case of allowing my ipad to be used as a controller for software and hardware synths connected to a Windows 11 PC. I've tested basic single channel midi and MPE in this scenario.