tim-janik / anklang

MIDI and Audio Synthesizer and Composer
https://anklang.testbit.eu/
Mozilla Public License 2.0
55 stars 4 forks source link

Song Time Signatures #22

Open swesterfeld opened 1 year ago

swesterfeld commented 1 year ago

Anklang currently has a way to specify that you want to use something other than 4/4 as time signature for your song. However, doing so doesn't have any visible effect. So the piano roll widget still displays everything in 4/4, both in the timeline and in the grid inside the piano roll.

We should also have a way to change the time signature within a song. This is not so common, but does happen.

swesterfeld commented 1 year ago

Drawing the appropriate grid for each time signature is related to PR #21.

tim-janik commented 10 months ago

Anklang currently has a way to specify that you want to use something other than 4/4 as time signature for your song. However, doing so doesn't have any visible effect. So the piano roll widget still displays everything in 4/4, both in the timeline and in the grid inside the piano roll.

We should also have a way to change the time signature within a song. This is not so common, but does happen.

I am in the process of factoring some of this logic into separate files. Ping me back in 2 weeks if I haven't managed to push this into trunk by then.