diff options
author | Anthony Wang | 2023-01-21 21:58:22 -0500 |
---|---|---|
committer | Anthony Wang | 2023-01-21 21:58:22 -0500 |
commit | 94526a4ccb6faedcb410d30ea1b6c67d3d8f5e48 (patch) | |
tree | 573f38dce57cf59f99a11f01d6376b8bd65e39da /lib.scm | |
parent | 2d4f9323c6e8cadbe8171b36a0d27f41485437d3 (diff) |
Start implementing new song
Diffstat (limited to 'lib.scm')
-rw-r--r-- | lib.scm | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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) |