another CLM locsig question

Rick Taube taube@uiuc.edu
Sat, 18 Oct 1997 11:19:20 -0400 (EDT)


>    ( let*
>        ( ( beg ( floor ( * start-time sampling-rate )))
>        ( end ( floor ( * duration sampling-rate )))

I think you want that last line to read:

         ( end (+ beg ( floor ( * duration sampling-rate ))))