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