File: README.md

package info (click to toggle)
rtmidi 6.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,392 kB
  • sloc: cpp: 5,370; xml: 240; sh: 229; makefile: 92; ansic: 19; java: 16
file content (11 lines) | stat: -rw-r--r-- 398 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
# Example Android Studio project 

Simple app using RtMidi. There are symlinks to 3 files in the main RtMidi project
* RtMidi.cpp
* RdMidi.h
* MidiDeviceOpenedListener.java

The main goal of this project is to demonstrate how to build RtMidi into an Android app. The
app itself simply lists midi devices, opens the selected port and prints out any incoming packet

![Screenshot](./images/midi.png)