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

Tempo forcefully saved intro first pattern #141

Closed muranyia closed 6 years ago

muranyia commented 6 years ago

It seems that tempo gets saved into the first pattern, and after deleting the event and saving the file it reappears. It also seems that this tempo does not have anything to to any more with the tempo set in the GUI (it is insisting on 130 for me, which I've already changed some time ago to another value).

ahlstromcj commented 6 years ago

I'll check it out. Thanks!

On Feb 24, 2018 12:31 PM, "muranyia" notifications@github.com wrote:

It seems that tempo gets saved into the first pattern, and after deleting the event and saving the file it reappears. It also seems that this tempo does not have anything to to any more with the tempo set in the GUI (it is insisting on 130 for me, which I've already changed some time ago to another value).

— 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/141, or mute the thread https://github.com/notifications/unsubscribe-auth/AHnVqI-4HZ5xlYwvk6Luh7ydojfbYh1xks5tYEd9gaJpZM4SR-F7 .

ahlstromcj commented 6 years ago

I have removed that feature; now, if you want a tempo event, you have to add one in the event editor or log one using the button on the main window. That makes more sense, thanks for the report. Currently available in the active branch, qt5_reconcile, and I'll merge it when it is time for 0.94.6.

muranyia commented 6 years ago

I think this is solved. Thanks!