This commit is contained in:
Jade (Rose) Rowland 2025-05-20 21:41:40 +01:00
parent 058cb36640
commit b8d2d02466
4 changed files with 86 additions and 3 deletions

View file

@ -445,6 +445,20 @@ export const { coarse } = registerControl('coarse');
*/
export const { drive } = registerControl('drive');
/**
* Allows you to set the output channels on the interface
*
* @name byteBeatExpression
* @synonyms bbexpr
*
* @param {number | Pattern} byteBeatExpression pattern the output channels
* @example
* note("e a d b g").channels("3:4")
*
*/
export const { byteBeatExpression, bbexpr } = registerControl('byteBeatExpression', 'bbexpr');
/**
* Allows you to set the output channels on the interface
*