<?php
	include 'modsynthhead.php';
?>
			<div class="center" id="calle">
				<img alt="" src="calle_stretchar.jpg" />
				<div class="imagetext">"A beard and an analog"</div>
			</div>
			<br/><br/>
			<div class="intro"> - - - - - - - - - - S o u n d s -</div>
			<div class="justify">
				A few examples of what this little monster can do.
			</div>
			<ul id="modules">
				<li><a href="sounds/der_mussolini.mp3">Bassline</a> consists of 2 VCOs, noise and VCF+ADSR - a tribute
				to D.A.F. that is one of the reasons we ever started out with synthesizers.</li>
				<li><a href="sounds/cutoff_lfo_noise_strings.mp3">Pad</a> based on 2 VCOs, noise and VCF+LFO</li>
				<li><a href="sounds/2vco+sub.mp3">Pad w suboscillator</a> 2 VCOs + Sub, VCF+ADSR</li>
				<li><a href="sounds/resonance_wo_vco.mp3">No oscillators</a> VCF resonance only</li>
				<li><a href="sounds/mongojeck.mp3">Dissonance</a> random knob-masturbation</li>
				<li><a href="sounds/extremely_fast_cf_lfo.mp3">LFO goes whack</a> VCF+LFO that goes *extremely* fast</li>
				<li></li>
				<li><a href="sounds/ondmod.mp3">Nothing fancy</a>, just a little ambient tune to try out the USB-&gt;CV.
				In addition to the synthesizer i also used the TTLDrum drummachine found on this page.</li>
			</ul>
			<div class="comment">
			"This machine makes synthpop squirt out through every pore you have. Naive basslines and silly
			melodies forms all around you leaving you in some kind of happy-pink-monster swamp of nowhere buried under a 
			massive heap of octave-basses. One has to take care not be swallowed by this seemlessly endless source of 
			hyper-naivistic approaches on pop-music."
			</div>
<?php
	include $myroot . 'footer.html';
?>