[CM] snd 20.0

bil at ccrma.Stanford.EDU bil at ccrma.Stanford.EDU
Wed Jan 8 11:35:04 PST 2020


It seems to be ok for me -- you may have to add
a *load-path* entry so that autoload can find
r7rs.scm.  CM_patterns.scm has

(require r7rs.scm) ; has the define-record-type definition

so I would first try changing that to

(load "r7rs.scm")

where you include the path to r7rs.scm -- if that works,
add that path to *load-path*.



More information about the Cmdist mailing list