var fDesc=new Array();
fDesc[0] = "It has the same real 3-oscillator flexibility as the award winning K-Station, with powerful filters, 8-voice polyphony, simultaneous Novation FX.
Programming V-Station is simple. All the primary controls are on the main screen. Recall a named factory preset, tweak it and instantly save it in any of the 400 program locations. You'll find additional functions and controls on three further tabs.
Main features:
- Novation-class Virtual Synthesis
Industry-standard VSTi (for PC and Mac OSX Platforms) and Mac OSX Audio Unit plug-in format
- Analogue Sound Modelling
Digital-analog sound based on K-Station sound engine
- Arpeggiator with synchronisation lock
Play rhythmical patterns in sync with an incoming MIDI clock
- Simultaneous high quality effects
Including reverb, chorus, phaser, delay, panning, distortion and EQ
- Novation Synth Engine
Powerful 3-oscillator sound engine with noise and FM capability
- Presets
400 user programs and 200 factory presets provide a huge array of instant sounds
V-Station - interesting, unique, powerful and professional tool that helps you edit and customize you audio files.";
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 = '';
}
}