var fDesc=new Array(); fDesc[0] = "The synth features a subtractive stereo filter to carve the spectrum of the sound, somehow like an equalizer, with three filters: high pass, low pass and band reject (notch) .
The band reject filter also features gain and bandwidth controls.

Sinnah is a synth based on a single complex oscillator, that includes five waveshapes with increasing spectral complexity, harmonics level for all waveshapes, noise level, and a delay matrix.

The delay matrix can have various configurations, from a "triple chorus" per voice to highly randomized resonators, or tuned relatively to the note played."; 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 = ''; } }