LeffelMania / android-midi-lib

MIT License
255 stars 72 forks source link

MidiProcessor set current tick #31

Open BengbuGuards opened 3 years ago

BengbuGuards commented 3 years ago

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!

zhangyufei49 commented 3 years ago

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!

老铁试试这个库 jmidifile 包含一个事件播放器,可以seek的