Phil Burk
Phil Burk
The MIDI related tools and synthesizer in: https://github.com/googlesamples/android-MidiSynth/tree/master/Application/src/main/java/com/example/android/common/midi may be out of date. More recent code can be found at: https://github.com/philburk/android-midisuite/tree/master/MidiTools/src/main/java/com/mobileer/miditools
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...
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...
to try to improve latency
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.
A [reviewer](https://play.google.com/store/apps/details?id=com.mobileer.midikeyboard&reviewId=Z3A6QU9xcFRPRUxtbW85U2xBREx0Q2c5NzZFUEtrcTgzX0Q2T1lveTFXejlNTmZ3TTZKV3FEU1pIaHNKVllSNHNJWDhuOVRpQ0c4YVdTcXJRb2hMOWI1enc) requested having two keyboards stacked so she can reach more keys on screen.
A [reviewer](https://play.google.com/store/apps/details?id=com.mobileer.midikeyboard&reviewId=Z3A6QU9xcFRPRUxtbW85U2xBREx0Q2c5NzZFUEtrcTgzX0Q2T1lveTFXejlNTmZ3TTZKV3FEU1pIaHNKVllSNHNJWDhuOVRpQ0c4YVdTcXJRb2hMOWI1enc) requested being able to move the keys down to get lower pitches. We should add a sliding bar above the keys for transposing.
FROUND had a bug that was fixed in: https://github.com/philburk/pforth/pull/101 FIX uses FROUND and needs to be changed.
need menus Also need a mapping from mouse XY to text in buffer.