<?php
	include 'modsynthhead.php';
?>
			<div class="center" id="panelmodules">
				<img alt="" src="panel.jpg" />
			</div>
			<br/><br/>
			<div class="intro"> - - - - - - - - - M o d u l e s -</div>
			<div class="justify">
				Mostly, the modules used in this project were designed by people from the
				<a href="suhfdsi">Synth-DIY list</a> or other random sources found on the internet.
				A slight few are homebrewed designs which might or might not be crappy. Anyhow, these
				are the modules, as shown in the picture, from left to right:
			</div>
			<ul id="modules">
				<li>PSU voltage LED indicators - the PSU is ripped out from a roland S-50
				and gives +5, +6.3, +15 and -15 volt with analog &amp; digital grounds separated.</li>
				<li>Keyboard tuner - for our resistor-ladder keyboard, outputs gate and cv and has a simple glide.
				Notice the incredibly fancy safe-style knob for the tuning, it's even
				lockable! Based on the <a href="http://www.physicsenterprises.andrews.edu/diy_archive/schematics/synths/formant/">formant</a>.
				</li>
				<li>USB &amp; MIDI -> CV - homebrewed design, very crude so far. Converts midi signals incoming on the USB ch1 to
					cv/gate and gate only on ch2. MIDI-in support not added yet</li>
				<li><a href="http://www.uni-bonn.de/~uzs159/vco4069.html">4069 VCO</a> - 
				square and saw out, by Ren?chmitz.</li>
				<li><a href="http://www.uni-bonn.de/~uzs159/vco4069.html">4069 VCO</a> with modifications - 
				square and saw out, by Ren?chmitz, tri and "sine" out 
					<a href="http://home1.gte.net/res0658s/fatman/saw_to_tri_converter.html">waveshaper</a>
					by Scott Gravenhorst.</li>
				<li>Suboscillator - extremely simple, based on a logic counter</li>
				<li><a href="http://www.uni-bonn.de/~uzs159/noise.html">White noise</a> - by Ren?chmitz</li>
				<li><a href="http://home.swipnet.se/cfmd/synths/friends/stopp/">Dual ASM-1 LFO</a>
				- simple square and triangle LFO by Magnus Danielson and Gene Stopp</li>
				<li>Empty faceplate - for future stuff</li>
				<li>ADSR - simple homebrewed (mix-a-lot-of-schematics technique) ADSR with normal &amp; inverting out.
				Old and really, really crappy.</li>
				<li><a href="http://www.uni-bonn.de/~uzs159/rs20.png">MS-20 VCF Clone</a> - by Ren?chmitz</li>
				<li>2 x 2 x CV-Mixer - based on the mixer-schematic by <a href="http://www.all-electric.com/">All Electric Kitchen</a></li>
				<li><a href="http://www.geocities.com/gallomagnetix/mgbvca.html"> Dual SSM2164 VCA</a>
				- by Mike Irwin.</li>
				<li>Banana to phono converter - ummm.... figure it out.</li>
			</ul>
			<div class="justify">
				External add-ons
			</div>
			<ul>
				<li>CV pedal - opto-controlled seamless CV pedal with range knob</li>
				<li>"Light theremin" - CV-generator based on a photoresistor, exists on a breadboard every now and then.
				*extremely* simple; a photoresistor + resistor.</li>
			</ul>
			<div class="justify">
				Things to come
			</div>
			<ul>
				<li>"Light theremin" - one that doesn't exist temporarily on a breadboard.</li>
				<li>Multi EG - 8-point envelope generator</li>
				<li>Ring modulator - any design really</li>
				<li>3-d joystick + 1 - i have these really weird joysticks from a 70's video game that can move in 
				3 dimensions + turn left &amp; right. Calculations gives about 8 octaves of control using trinary systems.</li>
				<li>Modulation wheels - external in a box</li>
				<li>And much, much more...</li>
			</ul>
<?php
	include $myroot . 'footer.html';
?>