Skip to content

Commit

Permalink
Merge pull request #250 from cleary/patch-27
Browse files Browse the repository at this point in the history
rhythm source correction for +| (right, not left)
  • Loading branch information
cleary authored Oct 18, 2023
2 parents 88e8bd9 + a3905d9 commit dd00106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/patternlib/tutorials/course1.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ d1 $ n "0 1 2 3" # sound "numbers" +| n "4 5"
-- adds up to:
d1 $ n "4 7" # sound "numbers"

-- This is because the rhythm comes from the left, from the "4 5", and
-- This is because the rhythm comes from the right, from the "4 5", and
-- so we start from that. The start of 4 matches with 0, and the start
-- of 5 matches with 2, and adding them up, we end up with 4+0=4, and
-- 5+2 = 7.
Expand Down

0 comments on commit dd00106

Please sign in to comment.