Skip to content

Instantly share code, notes, and snippets.

@severak
Created July 3, 2021 12:04
Show Gist options
  • Save severak/29c421e1e56baca2290bc9bd098720b6 to your computer and use it in GitHub Desktop.
Save severak/29c421e1e56baca2290bc9bd098720b6 to your computer and use it in GitHub Desktop.
Stone in Focus
# Stone in focus
# (that song from video with chilling monkey)
# by Aphex Twin
# as this is ambient piece is has very simple structure
# but what really makes it is used sound
# for me - violin works best
(tempo! 20)
(quant! 85)
motif = [
V2: o4 c+ <d f+/b r
V1: o3 a >d <g r
]
midi-violin:
(ppp) motif
(pp) motif
(p) motif
(mp) motif *4 # <- there you can make it longer
(p) motif
(pp) motif
(ppp) motif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment