android-midisuite icon indicating copy to clipboard operation
android-midisuite copied to clipboard

Android MIDI test programs and examples.

Results 16 android-midisuite issues
Sort by recently updated
recently updated
newest added

Good evening, Do you plan on converting these to kotlin form at any point? I've spent hours pouring over the android docs which are java centric as well as your...

enhancement

Defines UniversalMidiPacket. Some basic CI negotiation is implemented but incomplete.

Mario wrote: > If I have 2 selectors, and they both select (different) ports on the same device, when one of the spinners changes selection, the close() method is called...

I've created a test app https://github.com/audetto/MIDIDeviceTest Where there is just a fragment with 2 port selectors. And there is a dummy MIDI service. I've made 2 small changes to the...

bug
high priority

Hi, just bought a AkaiPRO LPK25 wireless to use with my tabled and smartphone. On my Redmi Note 7, running on LineageOS 18.1 official, the "Midi Ble connect"-app works perfect....

bug

STEPS TO REPRODUCE: 1. Launch MIDI Scope apk 2. Observe "Keep Screen on" text display OBSERVED RESULTS: "Keep Screen on" text got cropped in MIDIScope screen EXPECTED RESULTS: "Keep Screen...

bug

Trying to understand the way MidiFramer handles SysEx messages. If a long SysEx arrives, is the MidiFramer goal to present it to the next MidiReceiver as a single package? My...

When the spinner associated to the MidiPortSelector is recreated after a screen rotation, it might not select the same Midi device as before the selection. This happens if a device...

bug

We pass an Activity to the constructor but it would be more helpful to just pass the Spinner. We can add a new constructor without breaking old apps.

enhancement