kosua20 / MIDIVisualizer

A small MIDI visualizer tool, using OpenGL
MIT License
1.02k stars 136 forks source link

Add 'loop' feature #154

Open pdesaulniers opened 7 months ago

pdesaulniers commented 7 months ago

This PR adds a new checkbox in the settings menu: Playback > Loop

When this setting is enabled, the playback restarts automatically when there are no more notes left in the MIDI file. It is the same as pressing 'Restart (r)' at the end of the track.

This setting has no effect while recording a video.