-
Notifications
You must be signed in to change notification settings - Fork 821
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
Combination of On strong beat do
and On every note do
not working
#1898
Comments
I think that the note in the action block is going to also trigger the arpeggio action. I'll dig into this. |
I do not think we ever want that kind of recursion for |
Here is a simple work-around while I try to figure out what is wrong. |
Yes. |
I would like to work on this issue (if its okay with @walterbender ) . I think the problem lies in the way "everybeat" and "strongbeat" beats are treated for the noteblock . |
@sksum please do jump in on this. We were thinking that perhaps "on every beat" could behave a bit differently than currently designed: to be triggered on every beat in the defined meter, regardless of whether or not a note was played. Not 100% certain how we'd want to handle off-beat events but perhaps we can all discuss this together on Monday? |
Sure @walterbender |
It seems that projects with both
on strong beat do
andon every note do
do not work.Example project:
phone-number-song-combo -of-every-beat-and-every-note-not-working.html.zip
With the example project, try:
on every note do
at or near the top of start block. The project will only play one note, the lowe
.on every note do
block. (Also, the stack of notes in the start block plays back without guitar sound.)on strong beat do
block (I need to go right now...)The text was updated successfully, but these errors were encountered: