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)?