development of a LISP performance model



beginning steps of developing an RTcmix-performer.


Links



Applications and Examples

Class patches: Again, the LISP ([maxlisp]) patches from class are included. The LISP is designed around a basic 'object' we arbitrarily called "unit1". All of the note pitches, rhythms, etc. are stored on this object. Next class we'll make it even better!

Also included are copies of the BGabcl.jar file, the utils.lisp file with the LISP functions we use for printing RTcmix commands, etc. and the executable script golisp (these were in last week's package, too. You really only need one copy of these, but what the heck.

Here are the instructions for running the BGabcl interpreter from a terminal window:


In developing LISP code for the [maxlisp] object, you will probably want to learn how to edit text files, load them into your LISP environment, etc. for debugging. Hint: note how you loaded the utils.lisp file.