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
235 stars 29 forks source link

17/8 time signature? #181

Closed mxmilkiib closed 4 years ago

mxmilkiib commented 4 years ago

I'd like to make music in the 17/8 time signature, but currently there is a limitation of 16 beats in a measure.

jean-emmanuel commented 4 years ago

Isn't it possible since PR #77 ? I haven't checked the recent releases...

ahlstromcj commented 4 years ago

I rediscovered the #77 fix, which allows (in the Gtkmm seqedit gui) to edit the beats/measure as a number from 0 to 128 [!!]). But I have also extended the dropdown to go from 1 to 20 instead of 1 to 16. Currently only in the midi_control branch.

-------- jean-emmanuel 03:20 Thu 31 Oct --------

Isn't it possible since PR [1]#77 ? I haven't checked the recent releases...

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

References

Visible links

  1. https://github.com/ahlstromcj/sequencer64/pull/77
  2. https://github.com/ahlstromcj/sequencer64/issues/181?email_source=notifications&email_token=AB45LKET3YABC3WN2ADD5EDQRKWP5A5CNFSM4JCSP7S2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECXG4XQ#issuecomment-548302430
  3. https://github.com/notifications/unsubscribe-auth/AB45LKEHF6UV4IDABB525YDQRKWP5ANCNFSM4JCSP7SQ

-- You will have long and healthy life.

mxmilkiib commented 4 years ago

Most awesome, thank you :)