<?php
	include 'ars2head.php';
?>
<img alt="" class="left" src="intro2.jpg" />
<!-- <br/><br/> -->
<div class="justify">
	<div class="bold">Overview</div><br/>
	The ARS2 (Analog ReseSynth 2) project was started in 2004 but was put on hold for about a year
	and wasn't "finished" until spring 2006.
	<br/><br/>
	The main idea behind the project was to do a small, battery powered, semi-modular analog synthesizer.
	Semi-modular in the way that all cruical connections are hardwired but that there are many options on the
	panel, allowing the user to redirect output from modules to different inputs.
	<br/><br/>
	<div class="bold">project status</div>
	<br/>
	<div class="news">2006-04-07</div>
	- Midi output added!
	<br/><br/>
	<div class="news">2006-02-xx</div>
	- Everything is working fine, the keyboard is really crappy though and *will* need replacement in the
	near future (hopefully before I break it). Battery-support not yet installed.
	<br/><br/>
	<div class="bold" id="sounds">soundsamples:</div>
	<br/>
	<a href="audio/ars2_megableep.mp3">Megableep</a> - slightly dissonant (as should be) megableepy tune, only
	non-ARS2 sounds used is a couple of drummachine samples.
	<br/>
	<a href="audio/shtest.mp3">S&amp;H Test</a> - Testing the Quad S&amp;H, bassline on VCO1 and a lead on VCO2. 
	Instant VCF and VCA control over USB is also tested.
	<br/><br/>
</div>
<div class="bold" id="pictures">Pictures</div>
<table class="gallery">
	<tr>
		<td><a href="javascript:showpic(5)"><img alt="" src="pictures/gallery_5_thmb.jpg"/></a></td>
		<td><a href="javascript:showpic(6)"><img alt="" src="pictures/gallery_6_thmb.jpg"/></a></td>
		<td><a href="javascript:showpic(7)"><img alt="" src="pictures/gallery_7_thmb.jpg"/></a></td>
		<td><a href="javascript:showpic(1)"><img alt="" src="pictures/gallery_1_thmb.jpg"/></a></td>
	</tr>
<!--	<tr>
		<td><a href=""><img alt="" src="pictures/gallery_2_thmb.jpg" onclick="showpic(2)"/></a></td>
		<td><a href=""><img alt="" src="pictures/gallery_3_thmb.jpg" onclick="showpic(3)"/></a></td>
		<td><a href=""><img alt="" src="pictures/gallery_4_thmb.jpg" onclick="showpic(4)"/></a></td>
		<td></td>
	</tr> -->
</table>
<a id="pornography"> -</a>

<?php
	include $myroot . 'footer.html';
?>
