mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-25 23:10:34 -04:00
now passing controls as string keymap
This commit is contained in:
@@ -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')
|
||||
)`;
|
||||
|
||||
Reference in New Issue
Block a user