var fDesc=new Array(); fDesc[0] = "NOVA is a parallel dynamic equalizer. Appearing in the familiar layout of a parametric equalizer, each band also includes a full featured dynamics section allowing the processor to cover an impressively wide range of applications. Be it a master lacking density, the drum bus asking for more crispiness, or a sibilance problem in your perfect take: NOVA has an elegant answer.
A user friendly WYSIWYG drag and drop display paired with a classic “knob” interface gives quick and smooth access to the various parameters driving NOVA’s powerful processing capabilities. With its four dynamic EQ bands and additional high-pass and low-pass filter sections, NOVA can meet the most exotic demand. Intuitive equal loudness functions help finding the optimal setting without getting distracted by loudness differences.
In practice, the processor covers a whole bucket of tasks:
Parametric equalization
Dynamic equalization
Frequency selective compression
Multi-band compression
Wideband compression
Of course NOVA features all helpers and workflow enhancements you’ve come to expect in a TDR plugin: A preset manager, undo/redo, A/B, detailed documentation, copy & paste, and much more."; 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 = ''; } }