brak() fix
This commit is contained in:
parent
4fd843f8cf
commit
a8d676641b
1 changed files with 23 additions and 23 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue