BLE-MIDI-for-Android icon indicating copy to clipboard operation
BLE-MIDI-for-Android copied to clipboard

MIDI over Bluetooth LE driver for Android 4.3 or later

Results 7 BLE-MIDI-for-Android issues
Sort by recently updated
recently updated
newest added

Just putting it out there, for people who're trying to use peripheral on 0.0.9, use the develop branch and version 0.0.11 My BLE device wasn't connecting

Hi, Not sure if this library is still maintained, but I've found a potential problem around how event timings are coordinated. Specifically the code that starts [here](https://github.com/kshoji/BLE-MIDI-for-Android/blob/c8a1e3007272e8e50a29cee996d03f57605c0099/BLE-MIDI-library/src/main/java/jp/kshoji/blemidi/util/BleMidiParser.java#L167). For example lets...

I tried the sample app from the Google Play market on an Android 4.4.3 phone and I was not able to receive MIDI messages on Yosemite, the devices are connecting...

It was ok when install in Android 4.4 but the phone cannot run peripheral.

`MidiSystem` doesn't maintain `Synthesizer` objects when MIDI devices will be connected / disconnected.

bug

PeripheralActivity and CentralActivity can't find midi device when I clicked start button.The log always show 'AudioTrack: isLongTimeZoreData zoer date time xx Seconds'

すいません。 教えてください。 OnMidiInputEventListener2をつくって、バイト配列に 復号しようとしているのですが、 最後のRPNとNRPのところ、7ビットか14ビットか判定できないので、複合できません。 パラメータに7ビットか14ビットか教えるものが欲しいです。 これであっているか、教えていただけますと幸いです。 `OnMidiInputEventListener2.java package jp.kshoji.blemidi.listener; import androidx.annotation.NonNull; import org.star_advance.midimixer.libs.midi.MXMidiStatic; import jp.kshoji.blemidi.device.MidiInputDevice; public abstract class OnMidiInputEventListener2 implements OnMidiInputEventListener{ public abstract void onSendData(@NonNull MidiInputDevice sender, @NonNull byte[]...