tutorial toc
This commit is contained in:
parent
ae81f6d573
commit
c643f10530
10 changed files with 5257 additions and 183 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue