-
Notifications
You must be signed in to change notification settings - Fork 8
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
play-1.js: add support for metronome + count-in #28
Comments
I have no use of a metronome, but you can do it yourself: just replace play.js and add the metronome before the call to toaudio5.play (the audiocontext is in 'ac' in the 'conf' object ). |
How would you suggest we sync the metronome beats with the note outputs? Is there any callback that is being triggered on the tempo? Thx |
A simple solution: add a 'metronome' voice. |
Thx! We will look into that. |
Not yet. |
Hi,
Do you have anything lined up to (optionally) play a metronome sound on top of the current generated sound?
If this is the case, it would also be great to have a count-in of 1 or 2 bars (ie, just the metronome sound for 1 or 2 bars before starting the visual and audio).
Thx
The text was updated successfully, but these errors were encountered: