Seq fails in v14dev
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](https://github.com/glicol/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 👀
2 条评论