aboutsummaryrefslogtreecommitdiff
path: root/lib.scm
diff options
context:
space:
mode:
Diffstat (limited to 'lib.scm')
-rw-r--r--lib.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib.scm b/lib.scm
index 6ce6cf8..f0f9c6a 100644
--- a/lib.scm
+++ b/lib.scm
@@ -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))))