build
This commit is contained in:
parent
f6c4bdb8a6
commit
c891dda8eb
6 changed files with 128 additions and 1 deletions
1
docs/dist/tunes.js
vendored
1
docs/dist/tunes.js
vendored
|
|
@ -20,6 +20,7 @@ export const shapeShifted = `stack(
|
|||
a1, a2, a1, a2, a1, a2, a1, a2,
|
||||
).rev()
|
||||
).slow(16).rev()`;
|
||||
export const tetrisMidi = `${shapeShifted}.midi('IAC-Treiber Bus 1')`;
|
||||
export const tetrisWithFunctions = `stack(sequence(
|
||||
'e5', sequence('b4', 'c5'), 'd5', sequence('c5', 'b4'),
|
||||
'a4', sequence('a4', 'c5'), 'e5', sequence('d5', 'c5'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue