关于Tortellini Player
蓝牙低功耗MIDI播放器为Android
Based off the open source project https://github.com/kshoji/BLE-MIDI-for-Android/, this app by Tortellini Engineerin allows users to connect to Bluetooth Low Energy devices that support MIDI. The app will then receive messages over Bluetooth and play them.
The messages must adhere to Apple's BLE MIDI specification, which means any standard BLE MIDI instrument should be able to connect.
The app allows you to manually enter panic mode if a note isn't turning off.
For debugging purposes, you can view logs about the characteristics being read.
This app is also open source. You can view the code here: https://bitbucket.org/tortelliniengineerin/tortellini-player
Contributions are welcome.
This was done in part for an Embedded Software class