Jump to content

New: Load CL-Collider library.lisp


Recommended Posts

If you use this library please replace the content of the "Load CL-Collider library.lisp" file with the code below:

 

;;; -----------------------------------------------------------
;;; Load CL-Collider library
;;; -----------------------------------------------------------
(in-package :om)

;;; -----------------------------------------------------------
;;; Please note, the 'Super Collider' application needs
;;; to be installed (present in your Application folder)
;;; before activating the library.
;;; -----------------------------------------------------------
;;; To load the CL-Collider library at startup you need
;;; to uncomment the expressions below.
;;; -----------------------------------------------------------

(load-cl-collider)

;;; -----------------------------------------------------------
;;; Start SC and server

(in-package :sc)

(defparameter *my-server-options*
  (make-server-options :num-output-bus 32 :block-size 32))

(setf *s* (make-external-server "localhost" :port 4444 :server-options *my-server-options*))
(server-boot *s*)
(setf *synth-definition-mode* :load)

Link to comment
Share on other sites

  • opmo changed the title to New: Load CL-Collider library.lisp
  • opmo pinned this topic
×
×
  • Create New...

Important Information

Terms of Use Privacy Policy