|
|
## Algorithmic Composition Exercise
|
|
|
|
|
|
# Download the archive of pd patches
|
|
|
# Getting started
|
|
|
* Download the archive of pd patches
|
|
|
http://cct.lsu.edu/~eberdahl/tmp/algorithmic-composition-exercise.zip from the Internet to your computer
|
|
|
# Use CyberDuck to copy this archive file to your home directory ~ on your kit
|
|
|
* Use CyberDuck to copy this archive file to your home directory ~ on your kit
|
|
|
|
|
|
|
|
|
# Log into your kit like in the previous labs:
|
|
|
* blah |
|
|
* Power up your kit by plugging in the micro USB cable. (Then the lights on your kit should turn on.)
|
|
|
* Wait at least one minute for the board to boot up.
|
|
|
* Start the XQuartz program and then log into your kit using the following command
|
|
|
ssh -XY ccrma@192.168.105.106
|
|
|
* After you login, you will see the prompt ccrma@satellite:~$ This means that you are logged into a computer named "satellite" as the user "ccrma", and you are currently in the directory ~, which is the shortcut for your home directory.
|
|
|
|
|
|
|
|
|
# Uncompress the archive and start the pd patches
|
|
|
* Run the following command
|
|
|
unzip algorithmic-composition-exercise.zip
|
|
|
* Run the following command to start Pure Data
|
|
|
pd &
|
|
|
* Open the lab patch ~/algorithmic-composition-exercise/OtherParts.pd |
|
|
\ No newline at end of file |