Merge pull request #1354 from tidalcycles/jade/bytebeats

feat: Byte Beats!
This commit is contained in:
Jade (Rose) Rowland 2025-05-27 17:42:38 +02:00 committed by GitHub
commit faa60be211
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 173 additions and 3 deletions

View file

@ -445,6 +445,19 @@ export const { coarse } = registerControl('coarse');
*/
export const { drive } = registerControl('drive');
/**
* Create byte beats with custom expressions
*
* @name byteBeatExpression
* @synonyms bbexpr
*
* @param {number | Pattern} byteBeatExpression pattern the output channels
* @example
* 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
*