var fDesc=new Array(); fDesc[0] = "Master Hammond is a VST, VST3 and Audio Unit plugin based on the legendary B-3 to recreate the classic and robust tonewheel organ plus Leslie rotating speaker cabinet, with a vast array of sounds capable of all the variations one expects from this type of organ. Suitable for any genre of music, be it Rock, Jazz, Blues, Gospel, R&B, Pop and even more with the convenience of software controls like ADSR envelope, filters, reverberation and a flexible LFO with switchable waveform and selectable modulation source to modulation destination, to en

Features:

• Quick selector to switch between different organ sounds:

01 Fast Rotary Speaker Cab
02 Slow Rotary Speaker Cab
03 Soft Blues
04 Soul Jazz
05 Dark Gritty
06 Glassy
07 Prog Hard Rock
08 Overdriven Fuzzy
09 Neo B-3
10 Mellow Vibes
11 Tonewheel Fusion
12 Full Bars
13 Swirling High Drawbars
14 Percussive Key Click
15 Percussive Smooth Jazz
16 Percussive Warm

• Chorale / Tremolo Speed Modulator.
• ADSR envelope generator.
• Filter section.
• Reverb control."; 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 = ''; } }