Created
July 3, 2021 12:04
-
-
Save severak/29c421e1e56baca2290bc9bd098720b6 to your computer and use it in GitHub Desktop.
Stone in Focus
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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