-
Notifications
You must be signed in to change notification settings - Fork 315
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Metronome is stuck at 4 beats in the bar #698
Comments
I think what you’re looking for is the
So if you change |
I did note the clicksPerQuarter property, but it is different. In 3/4 time there are 3 quarter notes in each bar. I might want 2 clicks for each quarter note - 6 clicks in total, with the first of the 6 accented (high note). This is currently impossible - the accented click has to be a multiple of 4. I have managed to fork my own version of the class to add a new quartersPerBar property. If i have time i will try to submit a PR. |
Ahhhh yes you’re right, my bad. I forgot about good old 3/4 and friends |
@tbar0970 one thing you could do is set the |
It would be really great to make this configurable.
magenta-js/music/src/core/metronome.ts
Line 23 in 96bad88
I wonder if anyone can suggest a workaround in the meantime?
The text was updated successfully, but these errors were encountered: