mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-13 14:48:36 +00:00
little fluty tune
This commit is contained in:
parent
50f88798d8
commit
0fd851999f
@ -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…
x
Reference in New Issue
Block a user