LeffelMania / android-midi-lib

MIT License
255 stars 72 forks source link

How to move process.start() process back and forward? #18

Closed isacben closed 2 years ago

isacben commented 6 years ago

Hello,

I am trying to implement a Midi player with << and >> buttons.

Is there a way you can rewind the process and make it go faster to seek a possition in the midi file?

// Register for the events you're interested in: EventPrinter ep = new EventPrinter("Individual Listener"); processor.registerEventListener(ep, NoteOn.class);

// Start the processor: processor.start();

Thanks in advance!

isacben commented 2 years ago

Project not maintained.