how to setup the CAMusic_plugin

1. download the source code of 
frank's java cellular automaton program and unzip it

2. copy CAmusic.java to the same directory that has cellauto.java

3. open cellauto.java in any text editor

4. search for the string "plugin_init" 

5. copy this line:
CAMusic_plugin.init();
and paste it in the function named plugin_init
note: this line is case sensitive.

6. compile the plug-in with the main program by typing:
javac *.java

7. download jmusic at http://jmusic.ci.qut.edu.au/ and unzip it

8. move the jmusic.jar file to the directory where 
frank's java cellular automaton program is in.

9. to run, type java -classpath "jmusic.jar;." cellautoapp 
if you are running linux instead of windows then
replace that semicolon with a colon.

10. you should see "CA Music on the view menu.

