now passing controls as string keymap

This commit is contained in:
Felix Roos
2022-12-02 11:38:47 +01:00
parent e4ee4211c8
commit e8fb7ee683
3 changed files with 66 additions and 5 deletions
+16
View File
@@ -1023,3 +1023,19 @@ endin\`
.note()
//.pianoroll()
.csound("<CoolSynth Organ1>/4")`;
export const loungeSponge = `await csound()
stack(
note("<C^7 A7 Dm7 Fm7>/2".voicings())
.cutoff(sine.range(500,2000).round().slow(16))
.euclidLegato(3,8).csound('FM1')
,
note("<C2 A1 D2 F2>/2").ply(8).csound('Bass').gain("1 4 1 4")
,
note("0 7 [4 3] 2".fast(2/3).off(".25 .125",add("<2 4 -3 -1>"))
.slow(2).scale('A4 minor'))
.legato(.25).csound('SynHarp')
,
s("bd*2,[~ hh]*2,~ cp").bank('RolandTR909')
)`;