format
This commit is contained in:
parent
b8d2d02466
commit
65f1760fad
3 changed files with 11 additions and 18 deletions
|
|
@ -446,19 +446,18 @@ export const { coarse } = registerControl('coarse');
|
|||
export const { drive } = registerControl('drive');
|
||||
|
||||
/**
|
||||
* Allows you to set the output channels on the interface
|
||||
* Create byte beats with custom expressions
|
||||
*
|
||||
* @name byteBeatExpression
|
||||
* @synonyms bbexpr
|
||||
*
|
||||
* @param {number | Pattern} byteBeatExpression pattern the output channels
|
||||
* @example
|
||||
* note("e a d b g").channels("3:4")
|
||||
* s("bytebeat").bbexpr('t*(t>>15^t>>66)')
|
||||
*
|
||||
*/
|
||||
export const { byteBeatExpression, bbexpr } = registerControl('byteBeatExpression', 'bbexpr');
|
||||
|
||||
|
||||
/**
|
||||
* Allows you to set the output channels on the interface
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue