Created smnp.audio.synth (markdown)
8
smnp.audio.synth.md
Normal file
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()`
|
||||
Reference in New Issue
Block a user