Posted December 10, 20168 yr Anyone using this or similar library to do 'Extempore-like' With Time Programming in Opusmodus? https://github.com/byulparan/scheduler Big hug
December 10, 20168 yr You can add the SCHEDULER library to Opusmodus with quicklisp: 1. To do that you need to install the Quicklisp first: ;; Load: (load "http://beta.quicklisp.org/quicklisp.lisp") ;; To continue, evaluate: (quicklisp-quickstart:install) You need to do that only once. 2. After the installation drop the file 'Quicklisp Start.lisp' to the 'Extensions' folder. 3. Quit Opusmodus. 4. Start the app. Now you can use the SCHEDULER functions. Update Quicklisp Start.lisp
December 10, 20168 yr Author Thanks! Following the extact steps gives me the following output: > Error: System "scheduler" not found > While executing: (:internal quicklisp-client::recurse quicklisp-client::compute-load-strategy), in process Opusmodus Extension Initialization(5). Help is welcome! Will search myself too :-)
December 11, 20168 yr You need to install the quicklisp first. Please remove the following line for the file: ;;; CCL path (setf (logical-pathname-translations "ccl") '((#P"ccl:**;*.*" #P"/Users/opusmodus/ccl/**/*.*"))) This is a path to ccl on my computer.
December 11, 20168 yr simple question (from a-non-programmer) - for what can you use that tooll? greetings andré
December 11, 20168 yr Author Hi AM, See attached document "Programming With Time". It's something I'm looking forward to to be able to do within Opusmodus. Although it would mean that we should have the ability to generate MIDI without working with a score. sorensen_ow_2010.pdf
Create an account or sign in to comment