diff options
author | Anthony Wang | 2023-01-06 20:13:43 -0600 |
---|---|---|
committer | Anthony Wang | 2023-01-06 20:13:43 -0600 |
commit | 495b1fa59b9f8dea09692b2930af82efe27f2c17 (patch) | |
tree | f7da099cb7d6ad787e681c56f679016521ac8a12 /lib.scm | |
parent | 4f243c6f49f056b2064a72a5bf1bbdff45c15f07 (diff) |
Compose an actual song
Diffstat (limited to 'lib.scm')
-rw-r--r-- | lib.scm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,4 +14,4 @@ ; Gets the frequency of a particular pitch (define (getfreq octave pitch) - (* 55 (ash 1 octave) (expt 2 (/ pitch 13)))) + (* 55 (ash 1 octave) (expt 2 (/ pitch 12)))) |