Android MIDI sequencer with Processing interface

@sensn @chanof

OK, more testing done …

edit your manifest file in the sketch folder to set landscape

<activity android:name=".MainActivity" android:screenOrientation=“landscape” … etc …

and don’t do anything in you code.

This seems to stop any attempt to set portrait.

1 Like