var fDesc=new Array(); fDesc[0] = "Pianotrone is a grand piano emulation based on the Bösendorfer 170, Kawai 600, Steinway Model C, Yamaha C5 and C7 acoustic grand pianos models.

Features

• Quick selector to switch between different preset sounds:

1 • Bösendorfer 170 Grand Piano
2 • Kawai 600 Grand Piano
3 • Steinway Model C Grand Piano
4 • Yamaha C5 Grand Piano
5 • Yamaha C7 Grand Piano

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

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

• Reverb built-in: provides a spaciousness and depth to simulate the sound reflections from walls, floors and ceilings following a sound created in an acoustically reflective environment. Small rooms can be modeled as well as large spaces.

• Filter Type. 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.

• Volume: Adjusts the volume of the instrument.

• Panning potentiometer control: Set the panning of the instrument. Adjusts the stereo pan position of the signal output, which determines how much of signal is sent to the left and right channels.

• MIDI CC Automation: Implementation of MIDI Continuous Controller parameters for use with external hardware control via DAW."; 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 = ''; } }