Add midicmd JSdoc
This commit is contained in:
parent
ed7dc4ef6e
commit
52d1443cf8
2 changed files with 207 additions and 0 deletions
|
|
@ -1617,6 +1617,14 @@ export const ar = register('ar', (t, pat) => {
|
|||
*/
|
||||
export const { midichan } = registerControl('midichan');
|
||||
|
||||
/**
|
||||
* MIDI command: Sends a MIDI command message.
|
||||
*
|
||||
* @name midicmd
|
||||
* @param {number | Pattern} command MIDI command
|
||||
* @example
|
||||
* midicmd("clock*48,<start stop>/2").midi()
|
||||
*/
|
||||
export const { midicmd } = registerControl('midicmd');
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue