breaking: refactor controls
- multiple args wont be interpreted as sequence anymore - you can now pass value, pat to set value to pat
This commit is contained in:
parent
e782dc09dd
commit
11196fb1e6
6 changed files with 40 additions and 38 deletions
|
|
@ -1001,7 +1001,7 @@ describe('Pattern', () => {
|
|||
});
|
||||
describe('hurry', () => {
|
||||
it('Can speed up patterns and sounds', () => {
|
||||
sameFirst(s('a', 'b').hurry(2), s('a', 'b').fast(2).speed(2));
|
||||
sameFirst(s(sequence('a', 'b')).hurry(2), s(sequence('a', 'b')).fast(2).speed(2));
|
||||
});
|
||||
});
|
||||
/*describe('composable functions', () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue