[CM] [SND] (restore-marks) question

Bill Schottstaedt bil@ccrma.Stanford.EDU
Tue, 07 Oct 2003 04:44:47 -0700


 > what's the syntax to restore saved marks to a snd session? i try:
 > (restore-marks "/path/to-file/my-file.marks")
 > and get:
 > wrong-number-of-args

Use "load".  save-marks writes a scheme or ruby source file.  You might
have to force the display to update to see the restored marks.
"restore-marks" is an internal function used by save-marks.