[CM] moving cursor

Kjetil Svalastog Matheussen k.s.matheussen@notam02.no
Thu, 13 May 2004 22:57:14 +0200 (CEST)


Patrick Pagano:
> 
> i am using mac OS 10.2.8 on a G4 533 with X11
> i have built 7.4.
> I would like to have a cursor that tracks the play position in the 
> waveform area
> 
> can someone point me in the right direction.
> 

Put this one into your $HOME/.snd file:

(add-hook! after-open-hook
           (lambda (snd)
             (set! (cursor-follows-play snd) #t)
             #f))

> using Kjetil's .scm i get
> 
> [18:18:33] "no such module" (srfi srfi-1)
> (while loading "/Users/patrickp/Desktop/snd-7/snd_conffile.scm")
> ; (load "snd_conffile.scm")
> 
> help please
> 

Which version of guile?
guile --version

Does anyone successfully run snd_conffile.scm under macosX btw.?


--