MIDI - not available

21 views
Skip to first unread message

Christian Bennett

unread,
Jan 8, 2025, 4:00:24 AM1/8/25
to OpenSongApp
Hi,
I want to change presets of my pedals via MIDI.
But I cannot get into MIDI settings. In OpenSong Settings the menu item MIDI shows below "not available".
OpenSong App is v6.3.4
Android Version is 6.0
I want to use WIDI Jack and I can connect it via bluetooth, but in OpenSong I cannot access the MIDI settings. Can you please help?
Thx!
Kind Regards,
Chris

Gareth Evans

unread,
Jan 8, 2025, 2:13:16 PM1/8/25
to Christian Bennett, OpenSongApp
Hi Chris.

To be able to use MIDI on Android your device needs to meet two criteria:

Build.VERSION.SDK_INT >= Build.VERSION_CODES.M
This checks that your Android device is at least Marshmallow (6.0).  Your device (just) makes this.  Before Android Marshmallow, MIDI connections are not supported at all.
 
getContext().getPackageManager().hasSystemFeature(PackageManager.FEATURE_MIDI)
This checks your device actually has the MIDI feature ability.  I suspect this is the reason that the menu item is locked for you.  Do you have any further information on your device (model, make, etc).  It could be that your device doesn't have this package as part of the operating system (it is up to manufacturers what they include or not).

What I will do is disable this last check for you (since most devices that are Android 6+ should have this feature) just in case your device is not reporting this correctly, but it might cause a crash for you when you try to connect or search for a MIDI device.  For information, a WIDI Jack is the device I use in the app and it works well for me.  Let's hope this change sorts it for you.  Unfortunately, I'm in the middle of several code changes which means I can't push an update just now, but when the next update comes out, can you test again and let me know how you get on.  I'm really hoping this will be next week at some point.

Best wishes,
Gareth

--
When responding to a post on the forum using your email, please make sure to click on the 'Reply all' button so that your response is also sent to the forum for other people to see the full conversation.
---
You received this message because you are subscribed to the Google Groups "OpenSongApp" group.
To unsubscribe from this group and stop receiving emails from it, send an email to opensongapp...@googlegroups.com.
To view this discussion, visit https://groups.google.com/d/msgid/opensongapp/4d84c018-08e3-4502-81cc-cfbf46d312e9n%40googlegroups.com.

Christian Bennett

unread,
Jan 9, 2025, 9:51:18 AM1/9/25
to OpenSongApp
Hi Gareth,
it's a Lenovo Tab2 A10-70F
BR,
Chris
Reply all
Reply to author
Forward
0 new messages