Re: [CM] circular-scanned.ins

2019-06-07 Thread Juan I Reyes

Hi James,

Same here. Just compiled and loaded  'circular-scanned.ins' on
sbcl-1.4.6-2 on FC-29 Linux. Also using slime. As far as indentation and
parens, I just use lisp-mode and font-lock-mode to toggle its use. My
CLM-5 tarball is from April 2019.


  -- Juan


CL-USER> (compile-file "/zap/circular-scanned.ins")
; compiling file "/zap/circular-scanned.ins" (written 07 JUN 2019 
01:01:40 PM):

; compiling (DEFINSTRUMENT CIRCULAR-SCANNED ...)
; Writing "/zap/clm_CIRCULAR_SCANNED.c"
; Compiling "/zap/clm_CIRCULAR_SCANNED.c"
; Creating shared object file "/zap/clm_CIRCULAR_SCANNED.so"

; /zap/circular-scanned.fasl written
; compilation finished in 0:00:01.112
#P"/zap/circular-scanned.fasl"


CL-USER> (load "/zap/circular-scanned.ins")
; Writing "/zap/clm_CIRCULAR_SCANNED.c"
T
CL-USER> (with-sound (:channels 2) (circular-scanned 0 4 400 .5))
"test.snd"



What lisp are you running?  In sbcl (in a terminal) it seems to be
ok:


___
Cmdist mailing list
Cmdist@ccrma.stanford.edu
https://cm-mail.stanford.edu/mailman/listinfo/cmdist



Re: [CM] circular-scanned.ins

2019-06-07 Thread bil

What lisp are you running?  In sbcl (in a terminal) it seems to be ok:

/home/bil/clm/ /home/bil/test/sbcl-1.5.3/src/runtime/sbcl --core 
/home/bil/test/sbcl-1.5.3/output/sbcl.core

[...]
* (load "all.lisp")
;   using existing configuration file mus-config.h

;loading /home/bil/clm/clm-package.fasl
;loading /home/bil/clm/initmus.fasl
;loading /home/bil/clm/sndlib2clm.fasl
;loading /home/bil/clm/defaults.fasl
;loading /home/bil/clm/ffi.fasl
;loading /home/bil/clm/mus.fasl
;loading /home/bil/clm/run.fasl
;loading /home/bil/clm/sound.fasl
;loading /home/bil/clm/defins.fasl
;loading /home/bil/clm/env.fasl
;loading /home/bil/clm/export.fasl
;loading /home/bil/clm/clm1.fasl
T
* (compile-file "scanned.ins")
; Writing "/home/bil/clm/clm_SCANNED.c"
; Compiling "/home/bil/clm/clm_SCANNED.c"
; Creating shared object file "/home/bil/clm/clm_SCANNED.so"

; file: /home/bil/clm/scanned.ins
; [...]
; compilation unit finished
;   caught 6 STYLE-WARNING conditions
#P"/home/bil/clm/scanned.fasl"
T
NIL
* (load "scanned")
T
* (with-sound () (scanned 0 1 435 .01))
"test.snd"

___
Cmdist mailing list
Cmdist@ccrma.stanford.edu
https://cm-mail.stanford.edu/mailman/listinfo/cmdist