Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 1.58 KB

README.md

File metadata and controls

49 lines (35 loc) · 1.58 KB

Functional Programming in Clojure for MaxMSP

Install

The following JAR files need to go into Cycling '74/java/lib:

  • clojure-1.2.1.jar
  • net.loadbang.clojure-1.0.0.jar
  • net.loadbang.lib-1.7.0.jar
  • net.loadbang.scripting-1.1.jar
  • log4j-1.2.12.jar

The file of patchers and Clojure script files (cassiel-maxmsp-expo74-[...].zip) goes into the patches folder for Max (or anywhere in Max's search path).

Downloads available under this GitHub project if you have an account; otherwise, all available from Dropbox.

Java

OS X versions up to Snow Leopard have Java installed by default.

OS X Lion does not have Java installed, but typing java in a Terminal window prompts to start the installation process.

For Windows, Java is downloadable from Oracle. The JRE (Java Runtime) will probably work, but I tested with the JDK.

Other Software

  • Windows text editor: Notepad++ - supports editing of Lisp source.
  • OS X text editor: TextMate - supports bracket matching.
  • Either platform: jEdit - native Java application.

Online Resources