Merge branch 'main' into pattern-composers
This commit is contained in:
commit
c305e82f5c
6 changed files with 31 additions and 38 deletions
|
|
@ -704,6 +704,10 @@ describe('Pattern', function () {
|
|||
sequence(pure('a').fast(3), [pure('b').fast(3), pure('c').fast(3)]).firstCycle(),
|
||||
);
|
||||
});
|
||||
it('Doesnt drop events in the 9th cycle', () => {
|
||||
// fixed with https://github.com/tidalcycles/strudel/commit/72eeaf446e3d5e186d63cc0d2276f0723cde017a
|
||||
assert.equal(sequence(1, 2, 3).ply(2).early(8).firstCycle().length, 6);
|
||||
});
|
||||
});
|
||||
describe('chop', () => {
|
||||
it('Can _chop(2)', () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue