Merge remote-tracking branch 'origin/main' into uzu

This commit is contained in:
Felix Roos 2025-05-01 11:15:24 +02:00
commit 2da03ab46f
No known key found for this signature in database
43 changed files with 1726 additions and 418 deletions

View file

@ -528,6 +528,9 @@ export const degradeByWith = register(
* s("hh*8").degradeBy(0.2)
* @example
* s("[hh?0.2]*8")
* @example
* //beat generator
* s("bd").segment(16).degradeBy(.5).ribbon(16,1)
*/
export const degradeBy = register(
'degradeBy',