zynthian / zynthian-issue-tracking

Centralized Issue Tracking for Zynthian Project
https://github.com/orgs/zynthian/projects/1
11 stars 3 forks source link

MIDI player tempo issues #802

Open riban-bw opened 1 year ago

riban-bw commented 1 year ago

Describe the bug There are some issues with the MIDI player's integration with Zynthian tempo.

Setup:

Additional context I suggest implementing the following workflow:

riban-bw commented 1 year ago

An option may be:

This gives the user the useful info of how much faster or slower (as a fraction of file's original playback speed) that a file plays back. It separates sequence tempo and SMF playback speed (in the user's mind). It may prove simpler to implement the UI.

The range of the control may be awkward to choose or may want to be dynamic, e.g. a file that should start at 120bpm may want to play at x0.2 .. x3.5 but a different file might want a different range.

jofemodo commented 1 month ago

Is this solved?