From 83263968f2d8c0f86ff0cc01c119b756e097a7cf Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Thu, 17 Nov 2022 10:41:32 +0100 Subject: [PATCH] fix: rootNotes example --- tutorial/tutorial.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tutorial/tutorial.mdx b/tutorial/tutorial.mdx index d62f3e79..031aa07c 100644 --- a/tutorial/tutorial.mdx +++ b/tutorial/tutorial.mdx @@ -769,9 +769,9 @@ Together with layer, struct and voicings, this can be used to create a basic bac ".layer( - x => x.voicings(['d3','g4']).struct("~ x"), - x => x.rootNotes(2).tone(synth(osc('sawtooth4')).chain(out())) -).note()`} + x => x.voicings(['d3','g4']).struct("~ x").note(), + x => x.rootNotes(2).note().s('sawtooth').cutoff(800) +)`} />