This commit is contained in:
Jade (Rose) Rowland 2025-05-20 21:45:14 +01:00
parent b8d2d02466
commit 65f1760fad
3 changed files with 11 additions and 18 deletions

View file

@ -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
*