atsushieno / xmdsp

visual standard MIDI file player
8 stars 0 forks source link

seekbar #3

Open atsushieno opened 5 years ago

atsushieno commented 5 years ago

There should be a seekbar so that I can jump to any arbitrary position of the playing song.

Related: MidiPlayer does not provide that feature.

atsushieno commented 5 years ago

Basic seek feature is now supported as marker jump. MidiPlayer can seek to any arbitrary tick now.

Still no seekbar UI, but it wouldn't be too hard. Though it has to be implemented as a progress meter which does not exist. At this state I'm almost satisfied with marker jumps.