Survey of Sound class 1

esse quam videri
Revision as of 18:29, 25 January 2016 by Jeff (talk | contribs) (Text replacement - "<csharp>" to "<syntaxhighlight lang="csharp" line="1" >")
Jump to: navigation, search

Overview of Class

In class

  • Read the syllabus...
  • Discuss Technologies and Projects
  • Intro to Lab
  • About IAM Accounts
  • Create websites
  • Discuss Projects
  • Discuss Properties of Sound

Introduction to the Lab

  • Windows Vista clients
  • Siam2 and z:\
    • you all have a folder on the z: drive. You can find your folder by opening the z: and browsing to you class 'SoS' (Survey of Sound). This folder should contain a folder called YouFirstName.YourLastName.
    • This folder should contain a sub folder for each project.
    • These project folders are where you should store you projects and any work files you use while you are still working on them.
    • This folder is online @ http://iam.colum.edu/hsi/SoS/

This folder is also linked from sthe students sites page http://imamp.colum.edu/mediawiki/index.php/Survey_of_Sound_Student_Sites.

Technologies and Projects

For Sound for interaction class will be using several multimedia authoring tools
We will use

  • Sound Forge for audio
  • Acid for Music and Video

The class will consist of several small projects using each of these authoring tools and one large project that will use them all.

Home Work

Create and index page in you folder.


 1 <html>
 2     <head>
 3         <title>this is my title</title>
 4     </head>
 5 
 6     <body>
 7 
 8         <b>Jeff Meyers best websiet opn the planetd</b> 
 9         
10         <br />
11         
12         <a href="http://www.satriani.com">link to my favorite site</a>
13         
14 
15     </body>
16 </html>

call your file index.html