Reinstate slice and splice (#500)
Reinstate slice/splice, fixing up "unit" param using new global cps
This commit is contained in:
parent
fdc4819e39
commit
2d5064bd5b
4 changed files with 37 additions and 27 deletions
|
|
@ -976,6 +976,7 @@ describe('Pattern', () => {
|
|||
sameFirst(n(0, 1).weave(2, s('bd', silence), s(silence, 'sd')), sequence(s('bd').n(0), s('sd').n(1)));
|
||||
});
|
||||
});
|
||||
*/
|
||||
describe('slice', () => {
|
||||
it('Can slice a sample', () => {
|
||||
sameFirst(
|
||||
|
|
@ -1001,5 +1002,5 @@ describe('Pattern', () => {
|
|||
),
|
||||
);
|
||||
});
|
||||
});*/
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue