From 99ec261f799b9546206ec7fbe45bf09a933c22ce Mon Sep 17 00:00:00 2001 From: Bernhard Wagner Date: Thu, 16 Feb 2023 15:23:34 +0100 Subject: [PATCH] ADDS: Continuation to Docs --- website/src/pages/technical-manual/repl.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/src/pages/technical-manual/repl.mdx b/website/src/pages/technical-manual/repl.mdx index 08925ab7..f8a0bcf9 100644 --- a/website/src/pages/technical-manual/repl.mdx +++ b/website/src/pages/technical-manual/repl.mdx @@ -186,3 +186,5 @@ function onTrigger(hap, deadline, duration) { ``` The above example will create an `OscillatorNode` for each event, where the frequency is controlled by the `note` param. In essence, this is how the WebAudio API output of Strudel works, only with many more parameters to control synths, samples and effects. + +I want to help, how do I contribute to the [Docs](/technical-manual/docs)?