<?php
	include 'ars2head.php';
?>
	<div class="bold">Hardware overview</div>
	<br/>
	<div class="justify">
		Most of the circuits in the ARS2 is built from schematic designs made and supplied by other people,
		below is a list of what is what and links either to their sites or my own comments about the module.<br/>
		<ul>
			<li><a href="4069vco.php">4069 VCO</a> - by Ren&eacute; Schmitz</li>
			<li><a href="http://www.uni-bonn.de/~uzs159/noise.html">Whitenoise</a> - by Ren&eacute; Schmitz</li>
			<li><a href="http://www.uni-bonn.de/~uzs159/adsr2.png">555-based ADSR</a> - by Ren&eacute; Schmitz</li>
			<li><a href="synthacon.php">Synthacon VCF</a> - by Ken Stone</li>
			<li><a href="http://home.swipnet.se/cfmd/synths/friends/stopp/">ASM-1 LFO</a> - by Magnus Danielson and Gene Stopp</li>
			<li><a href="http://www.synthdiy.com/files/2003/linvca.jpg">VCA</a> - unknown source</li>
			<li><a href="switchmatrix.php">Switch matrix</a> - own design</li>
			<li><a href="quadsh.php">Quad Sample-and-hold</a> - own design</li>
			<li><a href="pic.php">PIC interface</a> - own design</li>
			<li><a href="ringsub.php">Ringmodulator &amp; suboctave generator</a> - "own" design</li>
			<li><a href="">PSU</a> - own design</li>
		</ul>
	</div>
<?php
	include $myroot . 'footer.html';
?>
