... | ... | @@ -10,13 +10,21 @@ http://cct.lsu.edu/~eberdahl/tmp/algorithmic-composition-exercise.zip from the I |
|
|
* 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
|
|
|
|
|
|
* Recall that the password is temppwd
|
|
|
|
|
|
* 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 |