Don't tag when scale fails, allow mixed sharps and flats, simplify scale function
This commit is contained in:
parent
0d5dc1f8c1
commit
c02def03b6
8 changed files with 67 additions and 70 deletions
|
|
@ -2574,8 +2574,8 @@ export const { chunkBack, chunkback } = register(
|
|||
* @returns Pattern
|
||||
* @example
|
||||
* "<0 8> 1 2 3 4 5 6 7"
|
||||
* .fastChunk(4, x => x.color('red')).slow(2)
|
||||
* .scale("C2:major").note()
|
||||
* .fastChunk(4, x => x.color('red')).slow(2)
|
||||
*/
|
||||
export const { fastchunk, fastChunk } = register(
|
||||
['fastchunk', 'fastChunk'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue