Difference between revisions of "250a Graphics Lab"
(Created page with '<font size=5>Lab 6: Graphics</font><br> See [https://ccrma.stanford.edu/courses/250a/schedule.html this quarter's schedule] for due dates. For this lab you need your MaxKit,…') |
|||
Line 13: | Line 13: | ||
''mkdir ~/lab3'' | ''mkdir ~/lab3'' | ||
− | * | + | * Change to the ~/graphicslab2012 directory by typing |
− | ''cd ~/ | + | ''cd ~/graphicslab2012'' |
+ | |||
+ | * Install the graphics software by running a script (this will take a while): | ||
+ | |||
+ | ''./install-SGX.sh'' | ||
* Download the first files for the lab using | * Download the first files for the lab using | ||
Line 24: | Line 28: | ||
''unzip lab3.zip'' | ''unzip lab3.zip'' | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | == Part 2: First Demo == | ||
+ | Some modification of the HelloTriangle. | ||
Line 32: | Line 43: | ||
== Make A Musical Interaction == | == Make A Musical Interaction == | ||
As the final main deliverable of the lab, you should cause your Satellite CCRMA kit make some sound that depends on how you manipulate the sensors. For example, you could make a musical instrument, a music controller, a mock-up sound art installation, or some other sonic interaction. Now that you have had some experience synthesizing sound, your sound synthesis patch should involve more than just a few ''osc~''s. Think about what you want to design before you get started. | As the final main deliverable of the lab, you should cause your Satellite CCRMA kit make some sound that depends on how you manipulate the sensors. For example, you could make a musical instrument, a music controller, a mock-up sound art installation, or some other sonic interaction. Now that you have had some experience synthesizing sound, your sound synthesis patch should involve more than just a few ''osc~''s. Think about what you want to design before you get started. | ||
− | |||
− |
Revision as of 08:51, 29 October 2012
Lab 6: Graphics
See this quarter's schedule for due dates.
For this lab you need your MaxKit, with Satellite CCRMA.
Setting Up Software
- Use the usual procedure (see described before) to power up Satellite CCRMA and login as the user ccrma with the password temppwd.
- Make an empty directory for lab3 using
mkdir ~/lab3
- Change to the ~/graphicslab2012 directory by typing
cd ~/graphicslab2012
- Install the graphics software by running a script (this will take a while):
./install-SGX.sh
- Download the first files for the lab using
wget https://ccrma.stanford.edu/courses/250a/labs/lab3.zip
- Unzip lab3 three with
unzip lab3.zip
Part 2: First Demo
Some modification of the HelloTriangle.
Make A Musical Interaction
As the final main deliverable of the lab, you should cause your Satellite CCRMA kit make some sound that depends on how you manipulate the sensors. For example, you could make a musical instrument, a music controller, a mock-up sound art installation, or some other sonic interaction. Now that you have had some experience synthesizing sound, your sound synthesis patch should involve more than just a few osc~s. Think about what you want to design before you get started.