Created smnp.audio.midi (markdown)

Bartłomiej Przemysław Pluta
2020-03-24 21:59:55 +01:00
parent ee9f00c4e0
commit bf3132b156

7
smnp.audio.midi.md Normal file

@@ -0,0 +1,7 @@
# Functions
## `midi(...notes: list<note, int, string>)`
## `midi(config: map<string><>, ...notes: list<note, int, string>)`
## `midi(notes: map<int><list<list<note, int, string>>>)`
## `midi(config: map<string><>, notes: map<int><list<list<note, int, string>>>)`
## `midiHelp(command: string)`
## `midiHelp(instrument: int, bpm: int = 120, begin: note = @C1, end: note = @H9, channel: int = 1)`