diff options
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)))) |