You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all I love all the refactoring you did @itsjunetime , the code is very clean 🙌🏼
At this moment, at tag 14dev the Seq node doesn't work: all the notes are triggered together at the start of the bar, instead of being played in sequence.
How to reproduce:
Go to tag 13.5
Compile
Play this: o: seq 33 __ __ 33 36 33 36 33 28 __ __ 28 31 28 31 __ >> bd 0.2 -> you hear it correctly
Go to tag 14dev
Compile
Play the same -> you only hear 1 beat per bar
IMPORTANT NOTE: I'm using the Glicol-cli to hear the music. (compiling Glicol-cli by pointing it to my local clone of Glicol) So the problem might be a compatibility problem between the 2 Repos. ( I fixed a few Return type errors already)
I would be available to open a PR with a fix, if somebody can help me figure out where to look 👀
The text was updated successfully, but these errors were encountered:
First of all I love all the refactoring you did @itsjunetime , the code is very clean 🙌🏼
At this moment, at tag
14dev
theSeq
node doesn't work: all the notes are triggered together at the start of the bar, instead of being played in sequence.How to reproduce:
13.5
o: seq 33 __ __ 33 36 33 36 33 28 __ __ 28 31 28 31 __ >> bd 0.2
-> you hear it correctly14dev
IMPORTANT NOTE: I'm using the Glicol-cli to hear the music. (compiling Glicol-cli by pointing it to my local clone of Glicol) So the problem might be a compatibility problem between the 2 Repos. ( I fixed a few Return type errors already)
I would be available to open a PR with a fix, if somebody can help me figure out where to look 👀
The text was updated successfully, but these errors were encountered: