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() {
|
||||
|
|
@ -989,7 +989,7 @@ function _composeOp(a, b, func) {
|
|||
}
|
||||
|
||||
// Make composers
|
||||
(function() {
|
||||
(function () {
|
||||
const num = (pat) => pat._asNumber();
|
||||
const numOrString = (pat) => pat._asNumber(false, true);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue