By Jonas on Wednesday, 22 January 2020
Posted in MIDI Software
Replies 2
Likes 0
Views 4.6K
Votes 0
Do anyone know if there is some sort of midi "software port" for android to chain application data, i try to make a plain sequenser. But without the ability to route the data to something that produce sound i guess i would have to try produce some simple sound device myself within sequenser.

JT
See the android.media.midi package:
The Android MIDI package allows users to:
[…]

  • Generate MIDI messages in one app and send them to a second app.


By default, Android does not include a synthesizer that can receive such MIDI messages.
·
more than a month ago
·
0 Likes
·
0 Votes
·
0 Comments
·
The scenario for your use case would be to develop your sequencer as a client, and a synthesizer as a service. There are a number of ready to use open source synthesizers for Android.

·
more than a month ago
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post