From c246bec75315e16cebb5c44433e0f88b1b171362 Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Thu, 24 Feb 2022 20:18:02 +0100 Subject: [PATCH] shorten --- repl/src/tutorial/tutorial.mdx | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) 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)))`} />