brak() fix

This commit is contained in:
alex 2022-05-09 17:24:49 +02:00
parent 4fd843f8cf
commit a8d676641b

View file

@ -829,7 +829,7 @@ export class Pattern {
* @returns Pattern
*/
brak() {
return this.every(2, x => fastcat(x, silence)._late(0.25))
return this.when(slowcat(false, true), (x) => fastcat(x, silence)._late(0.25));
}
rev() {