AudioPlugIn Settings in Android

Hello,

As a Juce beginner I have a question about the development of a Midi Standalone Plugin for Android.

With Projucer I have created a new audio plug-in.

If I select Windows as the target system, a setup button is entered in the header of the plug-in.

There you can select the MIDI in / out devices and my plugin works as it should.

If Android is selected as the target system, this button is missing.

Therefore, MIDI in / out devices can not be selected.

I can not find any access to a DeviceManager anywhere to map the midi devices.

What else is there to set the mididevices that the AudioProcessor can work with?

Or do you need a different approach?

Many thanks for your help.