var fDesc=new Array(); fDesc[0] = "Unlike conventional MIDI synthesizers, kantos is controlled by audio : Kantos analyzes any pitched monophonic incoming audio and instantaneously extracts pitch, dynamics, harmonic content and formant characteristics. This information is then used to control the kantos sound engine.

Features :
- 2 Wavetable Oscillators (your own wavetables can be added)
- Pitch Constraint and Quantization Control
- Noise Source
- 3 Resonant Multimode Filters
- 2 Chorus Generators
- Timbral Articulator (harmonic and formantic analyser)
- 2 Envelope Generators
- 2 LFOs
- Modulation Matrix
- Gate Generator
- Noise Gate
- Delay Line
- Mixers"; 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 = ''; } }