tutorial toc

This commit is contained in:
Felix Roos
2022-05-19 17:16:28 +02:00
parent ae81f6d573
commit c643f10530
10 changed files with 5257 additions and 183 deletions
+3 -1
View File
@@ -1,5 +1,7 @@
import { MiniRepl } from './MiniRepl';
# Table of Contents
# What is Strudel?
With Strudel, you can expressively write dynamic music pieces.
@@ -579,7 +581,7 @@ Helper that returns a Filter Node of type highpass with the given cutoff. Intend
.tone(synth(osc('sawtooth')).chain(highpass(2000), out()))`}
/>
### adsr(attack, decay?, sustain?, release?)
### adsr
Helper to set the envelope of a Tone.js instrument. Intended to be used with Tone's .set: