var fDesc=new Array(); fDesc[0] = "The Transient Modulator is an application that allows dynamic level of signals to be modified by the transients in the programme material over time. The effect is to bring transient events in the programme forwards, or push them into to the background, such that the attacks of instruments can be accentuated or softened depending on settings.

Main features:

- Accentuates or softens attacks and transients
- Brings instruments forwards or pushes them back in the mix
- Radically changes the dynamics of instruments
- Variable harmonic enhancement for extra punch
- Can have the effect of increasing or decreasing room ambience
- Gives life to dull sounding recordings without the artifacts of compression"; 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 = ''; } }