Skip to content

Play several notes at the same time that is not a Chord #217

Answered by melanchall
seanjmiller asked this question in Q&A
Discussion options

You must be logged in to vote

You can use MoveToPreviousTime after each Note method call:

patternBuilder
    .Note(...)
    .MoveToPreviousTime()
    .Note(...)
    .MoveToPreviousTime()
    .Note(...)
    .MoveToPreviousTime();

All these notes will start at the same time.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@seanjmiller
Comment options

Answer selected by seanjmiller
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Just question about the library
2 participants