Created
February 22, 2015 03:44
-
-
Save kouddy/78de22a2d4680d9c16ea to your computer and use it in GitHub Desktop.
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
;;;(sine 12.15) | |
(sine 12.15) | |
(p (sine 4.05)) | |
(p (p (sine 1.35))) | |
(p (p (p (sine 0.45)))) | |
(p (p (p (p (sine 0.15))))) | |
(p (p (p (p (p (sine 0.05)))))) | |
(p (p (p (p (p 0.05))))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment