aboutsummaryrefslogtreecommitdiff
path: root/lib.scm
diff options
context:
space:
mode:
authorAnthony Wang2023-01-21 21:58:22 -0500
committerAnthony Wang2023-01-21 21:58:22 -0500
commit94526a4ccb6faedcb410d30ea1b6c67d3d8f5e48 (patch)
tree573f38dce57cf59f99a11f01d6376b8bd65e39da /lib.scm
parent2d4f9323c6e8cadbe8171b36a0d27f41485437d3 (diff)
Start implementing new song
Diffstat (limited to 'lib.scm')
-rw-r--r--lib.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib.scm b/lib.scm
index 0038c58..36a65c4 100644
--- a/lib.scm
+++ b/lib.scm
@@ -15,8 +15,7 @@
(lambda (t) (
if (or (< t start) (>= t (+ start len)))
0
- (* 1/4 (tri (* 1.5 t freq))))))
-;
+ (* 1/4 (tri (* t freq))))))
; Gets the frequency of a particular pitch
(define (getfreq octave pitch)