var fDesc=new Array(); fDesc[0] = "Bfxr is an elaboration of the glorious Sfxr, the program of choice for many people looking to make sound effects for computer games.

Bfxr has moved in the direction of increased complexity and range of expression. All the buttons that you know and love are here.

Main features:
-5 new waveforms : triangle, breaker, tan, whistle, and pink noise.
-3 new filters : compression, harmonics, and bitcrusher.
-Ability to lock parameters during mutation/randomization.
-Expanded pitch-jumping abilities - good for arpeggiation effects.
-Visualisation
-Mixer
-Keeps your sounds and mixes in persistant lists.
-Can reverse synths
-Ability to link directly to sounds"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }