diff --git a/repl/src/tutorial/tutorial.mdx b/repl/src/tutorial/tutorial.mdx index 23636d55..22dada6a 100644 --- a/repl/src/tutorial/tutorial.mdx +++ b/repl/src/tutorial/tutorial.mdx @@ -315,19 +315,13 @@ Like "\*" in mini notation, **fast** will play a pattern times the given number With early, you can nudge a pattern to start earlier in time: - - -Note that we have to wrap b4 in **pure** to be able to call a the pattern modifier **early**. - -There is the shorthand **p** for this: - ### late(cycles) Like early, but in the other direction: - + TODO: shouldn't it sound different? @@ -343,6 +337,8 @@ Will apply the given function every n cycles: +TODO: should be able to do b4.every => like already possible with fast slow etc.. + Note that late is called directly. This is a shortcut for: x.late(0.5)))`} />