android-midi-lib
android-midi-lib copied to clipboard
I already use the MIDI driver and Android MIDI library to play MIDI with Soundfont on Android. It works, but I only hear the piano. Even though my soundfont &...
# Context It is perfectly valid for a MidiFile to contain two noteOns followed by two noteOffs: ``` tick : event 0 : NoteOn channel 0 key 66 vel 100...
Add seek(tick) method in MidiProcessor class. It will set play time to another tick and dispatch all events before current tick.Please to implement it,thank you!
I need to get timestamps of NoteOn and NoteOff, I've found the formula `60000 / (BPM * PPQ)`, but I don't know how to get the `PPQ` value using this...
I came across this library as something I might use in an android app needing MIDI support. At some point I started digging into the library to debug some problems...
Hello, I need implement a loop button control in my aplication. Its possible start and stop a midi play from an specific time. ? Thanks
The same as title, thank you.
This closes #18 and closes #20