Difference between revisions of "250a Graphics Lab"

From CCRMA Wiki
Jump to: navigation, search
(Setting Up Software)
Line 15: Line 15:
 
* Unzip the files directly on your board: change into your ~ directory and unzip the archive by running the following two commands:
 
* Unzip the files directly on your board: change into your ~ directory and unzip the archive by running the following two commands:
  
'' cd ~''
+
''cd ~''
  
'' unzip graphicslab2012.zip ''
+
''unzip graphicslab2012.zip''
  
 
* Remove the archive file by typing
 
* Remove the archive file by typing
Line 34: Line 34:
  
 
''rm GFX.zip''
 
''rm GFX.zip''
 
 
 
 
 
 
 
  
 
== Part 2: First Demo ==
 
== Part 2: First Demo ==

Revision as of 10:04, 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.
  • Copy the lab files to your home directory ~ using CyberDuck.
  • Unzip the files directly on your board: change into your ~ directory and unzip the archive by running the following two commands:

cd ~

unzip graphicslab2012.zip

  • Remove the archive file by typing

rm graphicslab2012.zip

  • Change to the ~/graphicslab2012 directory by typing

cd ~/graphicslab2012

  • Install the graphics software by running a script (this will take a while and require entering the password temppwd):

./install-SGX.sh

  • If the installation was successful, then remove the graphics software archive:

rm GFX.zip

Part 2: First Demo

Some modification of the HelloTriangle.

  • Run

make



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.