remove bootstrap + Pattern.patternify
This commit is contained in:
parent
1890e65b75
commit
b9781915a4
7 changed files with 4 additions and 106 deletions
|
|
@ -90,8 +90,6 @@ export const transpose = register('transpose', function (intervalOrSemitones, pa
|
|||
});
|
||||
|
||||
// example: transpose(3).late(0.2) will be equivalent to compose(transpose(3), late(0.2))
|
||||
// TODO: add Pattern.define(name, function, options) that handles all the meta programming stuff
|
||||
// TODO: find out how to patternify this function when it's standalone
|
||||
// e.g. `stack(c3).superimpose(transpose(slowcat(7, 5)))` or
|
||||
// or even `stack(c3).superimpose(transpose.slowcat(7, 5))` or
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue