<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
	<head>
	        <!-- charset must remain utf-8 to be handled properly by Processing -->
		<meta http-equiv="content-type" content="text/html; charset=utf-8" />
		
		<title>Cut Jockey</title>
		
		<style type="text/css">
		/* <![CDATA[ */
	
		body {
  		  margin: 60px 0px 0px 55px;
		  font-family: verdana, geneva, arial, helvetica, sans-serif; 
		  font-size: 11px; 
		  background-color: #dadada; 
		  text-decoration: none; 
		  font-weight: normal; 
		  line-height: normal; 
		}
		 
		a          { color: #3399cc; }
		a:link     { color: #3399cc; text-decoration: underline; }
		a:visited  { color: #3399cc; text-decoration: underline; }
		a:active   { color: #3399cc; text-decoration: underline; }
		a:hover    { color: #3399cc; text-decoration: underline; }
	
		/* ]]> */
		</style>
	 
	</head>
	<body>
		<div id="content">
			 
			<div id="janfinal_3_CutJockey_comp_container">
						
			<!--[if !IE]> -->
				<object classid="java:com.sun.opengl.util.JOGLAppletLauncher.class" 
            			type="application/x-java-applet"
            			archive="janfinal_3_CutJockey_comp.jar,opengl.jar,jogl.jar,gluegen-rt.jar,opengl.jar,jogl.jar,gluegen-rt.jar,opengl.jar,jogl.jar,gluegen-rt.jar,Ess.jar,core.jar, tritonus_share.jar, mp3spi1.9.4.jar,jl1.0.jar"
            			width="800" height="480"
            			standby="Loading Processing software..." >
            			
					<param name="archive" value="janfinal_3_CutJockey_comp.jar,opengl.jar,jogl.jar,gluegen-rt.jar,opengl.jar,jogl.jar,gluegen-rt.jar,opengl.jar,jogl.jar,gluegen-rt.jar,Ess.jar,core.jar, tritonus_share.jar, mp3spi1.9.4.jar,jl1.0.jar" />
				
					<param name="mayscript" value="true" />
					<param name="scriptable" value="true" />
				
					<param name="image" value="loading.gif" />
					<param name="boxmessage" value="Loading Processing software..." />
					<param name="boxbgcolor" value="#FFFFFF" />
					<param name="progressbar" value="true" />
					
					<param name="subapplet.classname" value="janfinal_3_CutJockey_comp" /> 
					<param name="subapplet.displayname" value="janfinal_3_CutJockey_comp" />
				
					<param name="test_string" value="outer" />
			<!--<![endif]-->
				
				<object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" 
						codebase="http://java.sun.com/update/1.5.0/jinstall-1_5_0_15-windows-i586.cab"
						width="800" height="480"
						standby="Loading Processing software..."  >
						
					<param name="code" value="com.sun.opengl.util.JOGLAppletLauncher" />
					<param name="archive" value="janfinal_3_CutJockey_comp.jar,opengl.jar,jogl.jar,gluegen-rt.jar,opengl.jar,jogl.jar,gluegen-rt.jar,opengl.jar,jogl.jar,gluegen-rt.jar,Ess.jar,core.jar, tritonus_share.jar, mp3spi1.9.4.jar,jl1.0.jar" />
					
					<param name="mayscript" value="true" />
					<param name="scriptable" value="true" />
					
					<param name="image" value="loading.gif" />
					<param name="boxmessage" value="Loading Processing software..." />
					<param name="boxbgcolor" value="#FFFFFF" />
					<param name="progressbar" value="true" />
					
					<param name="subapplet.classname" value="janfinal_3_CutJockey_comp" /> 
					<param name="subapplet.displayname" value="janfinal_3_CutJockey_comp" />
					
					<param name="test_string" value="inner" />
					
					<p>
						<strong>
							This browser does not have a Java Plug-in.
							<br />
							<a href="http://java.sun.com/products/plugin/downloads/index.html" title="Download Java Plug-in">
								Get the latest Java Plug-in here.
							</a>
						</strong>
					</p>
				
				</object>
				
			<!--[if !IE]> -->
				</object>
			<!--<![endif]-->
			
			</div>
			
			<p>
			
			</p>
			
			<p>
			Daniel Iglesia -<i>Cut Jockey</i><br>
			Jockey is a revised 3D rendering of a previous installation work in which the computer program plays the role of a mashup DJ. A music database search results in a selection and alignment of music samples. The sounds are organized by key and duration, then layered into a shifting stream of music. The visuals are created from Google Image Search results for the artist and title of each sample. The volume of each sample playback affects its image’s position, causing them to pulse forward in tempo.

			</p>
			
			<p>
			Built with <a href="http://processing.org" title="Processing.org">Processing</a>
			</p>
		</div>
	</body>
</html>
