MidiDroid

Additional

Language
Java
Version
v1.3 (Jun 26, 2023)
Created
Aug 10, 2016
Updated
Jun 26, 2023
Owner
Pedro Gonzalez (pdrogfer)
Contributor
Pedro Gonzalez (pdrogfer)
1
Activity
Badge
Generate
Download
Source code

MidiDroid

MIDI library in Java.

Usage

Android Studio:

  • Add Jitpack to settings.gradle, inside the repositories section: maven { url 'https://jitpack.io' }
  • Add the library import to the corresponding module build.gradle file, inside the dependencies section: implementation 'com.github.pdrogfer:MidiDroid:1.3'

Other Editors: