back to list

About the microtonal converter Files

🔗Christopher Bailey <chris@...>

3/22/2004 12:19:51 PM

Gene (And whoever else),

Grab the files I've uploaded.
mic.lisp
utils.lisp
init.lsp

Read the help pages at
music.columbia.edu/~chris/micromidi/

The syntax will be slightly different for non-web use. You should be
vaguely familiar with LISP syntax. Or you can figure out from my
examples.

Namely, you have to store your score as a text file, which will include
commands for the meter-structure, the tempo-structure, AND the pitch
and note data. (which you enter separaely on the web version).

You can see an example in
sec.1.17.sco

When you're ready to run your score, copy it into a file called "score".

Then, in LINUX, type
clisp < mic.lisp

It should run it OK.
I use "clisp" as my LISP interpreter but others should work as
well.

Probably running it on Windows is a similar procedure. Don't know if it
would work.

C Bailey