var fDesc=new Array(); fDesc[0] = "miniBit CM is a monophonic, single-oscillator synth with resonant low-pass filter, LFO, bitcrusher, sample rate reducer and sequencer, and a single-window approach that’s the antithesis of overwhelming, ‘do-it-all’ soft-synths.

Main features:
- Charming monophonic synth plugin with a gritty tone.
- 15 oscillator waveforms.
- Volume ADSR envelope.
- Resonant 2-pole low-pass filter."; 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 = ''; } }