little fluty tune
This commit is contained in:
parent
50f88798d8
commit
0fd851999f
1 changed files with 11 additions and 0 deletions
|
|
@ -917,3 +917,14 @@ export const sampleDemo = `stack(
|
|||
.s('psaltery_pluck').gain(.6).clip(1)
|
||||
.release(.1).room(.5)
|
||||
)`;
|
||||
|
||||
export const holyflute = `"c3 eb3(3,8) c4/2 g3*2"
|
||||
.superimpose(
|
||||
x=>x.slow(2).add(12),
|
||||
x=>x.slow(4).sub(5)
|
||||
).add("<0 1>/16")
|
||||
.note().s('ocarina_vib').clip(1)
|
||||
.release(.1).room(1).gain(.2)
|
||||
.color("salmon | orange | darkseagreen")
|
||||
.pianoroll({fold:0,autorange:0,vertical:0,cycles:12,smear:0,minMidi:40})
|
||||
`;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue