ahlstromcj / sequencer64

A major reboot of Seq24. Current release 0.97.0 (2021-05-13), native JACK MIDI, Song recording, playlists, and a Windows/Qt version. For fresher code, see the Seq66 project. Note that trigger and mute-group-in-MIDI-file formats have evolved! Back up your work!
GNU Affero General Public License v3.0
237 stars 28 forks source link

Not possible to set BPM with decimal places #153

Closed jeroenrijckaert closed 6 years ago

jeroenrijckaert commented 6 years ago

In seq32 it is possible to use bpm values of 161.5 or 80.2 In the current version of seq64 this seems not possible? Is this a bug or a feature? I do miss this possibility.

ahlstromcj commented 6 years ago

You can set BPM to 0, 1, or 2 decimals. You can set it permanently in the .usr file. Check out the user manual project for details. Not able to get to my computer right now. If you haven't recreated the .use file in a few releases, consider running once with the --user-save option to get the latest settings. Have fun!

On Sun, Jun 24, 2018, 08:23 Jeroen Rijckaert notifications@github.com wrote:

In the original seq24 it was possible to use bpm values of 161.5 or 80.2 In the current version of seq64 this seems not possible? Is this a bug or a feature? I do miss this possibility.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ahlstromcj/sequencer64/issues/153, or mute the thread https://github.com/notifications/unsubscribe-auth/AHnVqEVd9mqk7s2Yx8pD61GBPsv2w-WXks5t_4S5gaJpZM4U1IjN .

ahlstromcj commented 6 years ago

Is this the Windows version? I have to update the GUI to allow that.

Chris

-------- Jeroen Rijckaert 05:23 Sun 24 Jun --------

In the original seq24 it was possible to use bpm values of 161.5 or 80.2 In the current version of seq64 this seems not possible? Is this a bug or a feature? I do miss this possibility.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, [1]view it on GitHub, or [2]mute the thread.

References

Visible links

  1. https://github.com/ahlstromcj/sequencer64/issues/153
  2. https://github.com/notifications/unsubscribe-auth/AHnVqEVd9mqk7s2Yx8pD61GBPsv2w-WXks5t_4S5gaJpZM4U1IjN

-- Someone is speaking well of you.

How unusual!

jeroenrijckaert commented 6 years ago

Using the GUI on Linux. Thanks for pointing me to the .usr file, I'll check it out.

mxmilkiib commented 6 years ago

Ref #63

jeroenrijckaert commented 6 years ago

I confirm that BPM in decimal places works after editing the configuration file .config/sequencer64/sequencer64.usr using Seq64rtmidi in Linux. Issue to be closed.