mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-27 13:38:40 +00:00
update tunes
This commit is contained in:
parent
486cd00384
commit
c67b02b7b0
@ -992,7 +992,9 @@ export const juxUndTollerei = `note("c3 eb3 g3 bb3").palindrome()
|
|||||||
.delay(.5).delaytime(.1).delayfeedback(.4)
|
.delay(.5).delaytime(.1).delayfeedback(.4)
|
||||||
.pianoroll()`;
|
.pianoroll()`;
|
||||||
|
|
||||||
export const csoundDemo = `await csound\`
|
export const csoundDemo = `// licensed with CC BY-NC-SA 4.0 https://creativecommons.org/licenses/by-nc-sa/4.0/
|
||||||
|
// by Felix Roos
|
||||||
|
await csound\`
|
||||||
instr CoolSynth
|
instr CoolSynth
|
||||||
iduration = p3
|
iduration = p3
|
||||||
ifreq = p4
|
ifreq = p4
|
||||||
@ -1022,9 +1024,13 @@ endin\`
|
|||||||
.scale('D minor')
|
.scale('D minor')
|
||||||
.note()
|
.note()
|
||||||
//.pianoroll()
|
//.pianoroll()
|
||||||
.csound("<CoolSynth Organ1>/4")`;
|
.csound('CoolSynth')`;
|
||||||
|
|
||||||
export const loungeSponge = `await csound()
|
export const loungeSponge = `
|
||||||
|
// licensed with CC BY-NC-SA 4.0 https://creativecommons.org/licenses/by-nc-sa/4.0/
|
||||||
|
// by Felix Roos
|
||||||
|
// livecode.orc by Steven Yi
|
||||||
|
await loadOrc('github:kunstmusik/csound-live-code/master/livecode.orc')
|
||||||
|
|
||||||
stack(
|
stack(
|
||||||
note("<C^7 A7 Dm7 Fm7>/2".voicings())
|
note("<C^7 A7 Dm7 Fm7>/2".voicings())
|
||||||
@ -1038,4 +1044,4 @@ stack(
|
|||||||
.legato(.25).csound('SynHarp')
|
.legato(.25).csound('SynHarp')
|
||||||
,
|
,
|
||||||
s("bd*2,[~ hh]*2,~ cp").bank('RolandTR909')
|
s("bd*2,[~ hh]*2,~ cp").bank('RolandTR909')
|
||||||
)`;
|
)`;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user