var fDesc=new Array(); fDesc[0] = "Winkl is a free foldback distortion for VST2, VST3 and Audio Unit plug-in formats.

The program includes features such as:
- Bypass switch.
- x16 oversampling.
- 64-bit internal processing.
- Full MIDI automation support.
- Works in mono or stereo.
- 2 types of Foldback distortion.
- Drive and Output Gain controls."; 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 = ''; } }