From 2943226050879c00e5daf4fcfb123688c6c95ed6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Przemys=C5=82aw=20Pluta?= Date: Tue, 24 Mar 2020 22:03:59 +0100 Subject: [PATCH] Created smnp.audio.synth (markdown) --- smnp.audio.synth.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 smnp.audio.synth.md 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