var fDesc=new Array(); fDesc[0] = "Saxophus is a soprano, alto, tenor and baritone saxophone VST, VST3 and Audio Unit virtual instrument plugin that can be used in wide range of musical styles including classical music (chamber music, orchestra), jazz, rock, blues, soul, funk, R&B, marching bands and popular music. Also available in EXS24 and KONTAKT Sample Libraries.

Features

• Quick saxophone SATB selector to switch between different sax preset sounds:

1. Soprano Saxophone 1 (Range: Ab2 to C6)
2. Soprano Saxophone 2 (Range: Ab2 to C6)
3. Alto Saxophone 1 (Range: Db3 to Ab5)
4. Alto Saxophone 2 (Range: Db3 to Ab5)
5. Tenor Saxophone 1 (Range: Gb2 to B5)
6. Tenor Saxophone 2 (Range: Gb2 to B5)
7. Baritone Saxophone 1 (Range: B1 to Eb6)
8. Baritone Saxophone 2 (Range: B1 to Eb6)

• The saxophone instruments features the following chromatic range (where Middle C equals C4):
• Soprano Sax: 41 chromatic notes from Ab2 to C6 MIDI range.
• Alto Sax: 32 chromatic notes from Db3 to Ab5 MIDI range.
• Tenor Sax: 36 chromatic notes from Gb2 to B5 MIDI range.
• Baritone Sax: 53 chromatic notes from B1 to Eb6 MIDI range.

• ADSR envelope generator with Attack, Sustain, Decay and Release parameters.

• Low frequency oscillator with modulation depth and rate.

• Filter section. Combo box to switch between the following options:
• Low Pass (LPF): a filter that passes signals with a frequency lower than a certain cutoff frequency and attenuates signals with frequencies higher than the cutoff frequency.
• High Pass (HPF): a filter that passes signals with a frequency higher than a certain cutoff frequency and attenuates signals with frequencies lower than the cutoff frequency.
• None: No filter is applied. 
• Cutoff Frequency Filter: Sets the cutoff frequency for the low pass and high pass filters.

• Pitch Bend: The Pitch Bend knob directly changes the pitch of the selected instrument.

• Reverb control.

• MIDI CC Automation."; 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 = ''; } }