Created smnp.audio.synth (markdown)

Bartłomiej Przemysław Pluta
2020-03-24 22:03:59 +01:00
parent bf3132b156
commit 2943226050

8
smnp.audio.synth.md Normal file

@@ -0,0 +1,8 @@
# Functions
## `wave(config: map<string><>, notes: ...list<note, int, string>)`
## `wave(...notes: list<note, int, string>)`
## `synth(wave: list<int>)`
## `synth(config: map<string><>, notes: ...list<note, int, string>)`
## `synth(...notes: list<note, int, string>)`
## `adsr(p1: float = 0.1, p2: float = 0.3, p3: float = 0.8, s: float = 0.8)`
## `constant()`