<?php
	$myroot = "http://www.sdiy.org/knas/";
	$thistitle = "hermafrobit";
	
	$menuhermafrobit = 
		"<div class='submenuitem'><a href='" . $myroot . "dollface/hermafrobit.php'>Overview</a></div>" .
		"<div class='subsubmenuitem'><a href='" . $myroot . "dollface/hermafrobit.php#schematic'>Schematic</a></div>" .
		"<div class='subsubmenuitem'><a href='" . $myroot . "dollface/hermafrobit.php#sounds'>Sounds</a></div>";
	include '../rootmenu.php'; 

	include $myroot . 'header.html';
?>
		<p>
			<img src="artfag1.jpg" alt="" class="fag" />
			<img src="artfag2.jpg" alt="" class="fag"/>
			<img src="artfag3.jpg" alt="" class="fag"/>
		</p>
		<h1>hermafrobit - bitcrusher</h1>
		<hr/>
		<div>
			the objective of this was simply to make a analog-feel bit-depth reducer, from 8 to 1 bit. 
			also, integrated is a sample-rate selector that goes from (about) 8Khz to a couple of 100hz.
			<br/><br/>
			terribly simple design; a preamp (electro-harmonix lpb-1), a/d, bit-selector &amp; d/a. that's it.
			<br/><br/>
			
			<div id="schematic">schematic:</div>
			<br/><br/>
			<a href="bitcrusher2.jpg"><img src="bitcrusher2.jpg"  alt="" height="25%" width="25%"/></a>
			<br/><br/>
			i got this unit ordered and was told to do a housing that was very "me", so i did.
			<br/><br/>
			<img src="hemafrobit_small.jpg" alt=""/>
			<br/><br/>

			i was very happy when i found a doll with a male body and a female head in a flea-market.
			maybe it's not actually a girl-head per se, it might just be terribly
			androgynous (like it's creator?). though "hermafrobit" sounds nice...
			
			<br/><br/>
			<img src="hemafrobit2_small.jpg"  alt=""/>
			<br/><br/>
			
			trivia:<br/>
			due to the rubbery squeezy-friendly material i fastened the main circuit board in the 
			stomach of the doll on screws that pushes the board up with springs. the little psu
			is small enough to put in one of the arms and she's got the transformer-wire running 
			out from the back of her head.
			<br/>
			<br/>
			since poor design is my trademark (or rather, i'm not good enough on electronics....   ..yet!)
			you can get plenty of digital noise, self-oscillating and 
			other weird sounds out of it. the sample rate selector works a simple filter (duh!). 

			<br/><br/>

			plans for the future involves doing a modular version with pachable ins and outs, 
			thus being able to patch bit 0's out to bit 6's in etc. also, CV-control of bit depth
			and sample rate could be nice...
			<br/><br/>
			<div id="sounds"></div>
			unfortunley i couldn't hear what i was doing while recording these soundsamples,  they're decent
			but definetly not showing the whole potential;
			<br/><br/>
			<a href="bitcrusher_speech.mp3">- speech.</a><br/>
			<a href="bitcrusher_triangle.mp3">- a clean triangle with sample rate sweep</a><br/>
			<a href="bitcrusher_808.mp3">- a tr808 with changes in bit depth and sample rate</a><br/>
		</div>

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