<?php
	include 'ars2head.php';
?>
	<div class="bold">Features</div>
	<ul id="modules">
		<li>VCO #1<br/>
			Outputs: Square | Sawtooth | Square with suboctave<br/>
			Pots: Pitch, PW<br/>
			Modulations: Pitch (LFO, ADSR2), PW (LFO, ADSR1)<br/></li>
		<li>VCO #2<br/>
			Outputs: Square | Sawtooth | Ringmodulator<br/>
			Pots: Pitch, PW<br/>
			Modulations: Pitch (ADSR1), PW (ADSR2)<br/></li>
		<li>Whitenoise<br/>
			Pots: level</li>
		<li>VCF<br/>
			Outputs: Lowpass | Bandpass | Highpass<br/>
			Pots: Cutoff, Resonance<br/>
			Modulations: Cutoff (LFO, ADSR2)<br/></li>
		<li>LFO<br/>
			Outputs: Square | Triangle<br/>
			Pots: Speed, Depth<br/></li>
		<li>ADSR #1<br/>
			Pots: Attack, Decay, Sustain, Release, Level<br/></li>
		<li>ADSR #2<br/>
			Pots: Attack, Decay, Sustain, Release, Level<br/></li>
		<li>Software:<br/>
			USB interface<br/>
			Keyboard scanner<br/>
			MIDI output/input<br/>
			USB MIDI control of VCF, VCA and individual oscillators via quad s&amp;h<br/>
			Misc Midi settings<br/>
			Tuning system<br/>
			Midi monitor with 16 events history<br/>
			"Poly"/Mono mode<br/>
			LCD-based menu system (with intro animation!)<br/>
			Individually controlled arpeggiators for each VCO, 
				options: MIDI-synchronization &amp; "release-mode".<br/></li>
		<li>25-Key keyboard</li>
	</ul>
<!--
	After integrating the USB module (which wasn't planned for in the beginning) I started toying with the
	thought of implementing more software into the PIC serving as the USB slave.
	<br/><br/>				
	<div class="bold">Ideas for future additions</div>
	<ul id="modules">
		<li>DONE - Software/USB controll of VCF, individual VCO CV & VCA</li>
		<li>DONE - Multiple CV S&H module for use with the above addition</li>
		<li>SKIPPED - MIDI</li>
		<li>Inserts for external controllers</li>
		<li>SKIPPED - Software-whatevers (DCOs, ADSRs, LFOs)</li>
		<li>IN PROGRESS - LCD for configuration purposes</li>
		<li>USB MIDI output from keyboard</li>
		<li>SKIPPED - External AUDIO-IN to the VCF</li>
		<li>More...</li>
	</ul>
-->
<?php
	include $myroot . 'footer.html';
?>
