philburk / android-midisuite

Android MIDI test programs and examples.
Apache License 2.0
153 stars 53 forks source link

MidiPortSelector should not need an Activity #46

Open philburk opened 6 years ago

philburk commented 6 years ago

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.