[CM] moving cursor
Bill Schottstaedt
bil@ccrma.Stanford.EDU
Thu, 13 May 2004 04:39:02 -0700
> I would like to have a cursor that tracks the play position in the waveform area
Either control-click 'play' or (assuming you're running the current Snd):
(set! (cursor-follows-play) #t)
If that doesn't work, it's a bug! (I just tried it
in OSX 10.3, and it seemed to work fine).
> when i load any soundfile after loading snd_conffile.scm it seem to
> play at twice the speed or more
There's a bunch of code setting the speed-control in that file --
is it at 1.0 when this happens?