diff --git a/smnp.audio.synth.md b/smnp.audio.synth.md new file mode 100644 index 0000000..c58a05a --- /dev/null +++ b/smnp.audio.synth.md @@ -0,0 +1,8 @@ +# Functions +## `wave(config: map<>, notes: ...list)` +## `wave(...notes: list)` +## `synth(wave: list)` +## `synth(config: map<>, notes: ...list)` +## `synth(...notes: list)` +## `adsr(p1: float = 0.1, p2: float = 0.3, p3: float = 0.8, s: float = 0.8)` +## `constant()` \ No newline at end of file