max22- / ESP32-BLE-MIDI

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

Add transport controls #8

Closed trdenton closed 2 years ago

trdenton commented 2 years ago

This adds MMC transport controls (play, pause, stop, record)

I've tested it with FL Studio Mobile. It recognizes play as play/pause, but does not respond to Pause. I'm wondering if other DAWs work the same. I took the control command #'s from https://en.wikipedia.org/wiki/MIDI_Machine_Control

trdenton commented 2 years ago

updated the PR with general functions for mmc control (mmcPlay, mmcStop, etc). They all send to global address 7F

max22- commented 2 years ago

Hi Troy, thank you very much for your contribution ! i have been a little busy lately, sorry for replying late... I have merged your pull request. Have a nice day !