Skip to content

【Strudel Work:Persecution Of The Masses】

🌳 Evergreen

CPM

  • cpm = bpm / bpc
  • bpc: How many beats are required to complete a cycle? The smaller the number, the faster the speed.

Drum

  • stack(sound.bank)
  • e.g. stack(s("<hh ~>*8").bank("LinnDrum"), s("<bd>*8").bank("RolandTR909"));

Note

  • cat.note.sound
  • e.g. cat("<eb3!2 f3@2>*4", "<c3>*4").note().n(3).s("gm_synth_bass_1");

Tips

  • ~ / -: rests
  • !: replicate
  • @: elongate
  • n(3).s("gm_synth_bass_1") = s("gm_synth_bass_1":3)
  • transpose(+-12): pitch shifting
  • arrange.cpm(cpm): as an integration

Demo