var fDesc=new Array(); fDesc[0] = "Synthphonica Strings is a virtual ensemble of strings consisting of sections conformed by violin, viola, cello and double bass, which can also be played as solo instruments. It includes sampled articulations like staccato, marcato, spiccato and legato as well as bowing techniques such as pizzicato and tremolo. Complementarily features four analog strings based on classic polyphonic synthesizers. Available in VST 32 bit and 64 bit, VST3 and Audio Unit 64 bit. Also developed as EXS24 and KONTAKT Sample Libraries.

Features

• Quick loader to select between different instruments:

01 String Orchestra
02 Chamber Strings
03 String Quartet
04 Legato Bowed Strings
05 Marcato Detache
06 Staccato Strings
07 Spiccato Strings
08 Pizzicato Strings
09 Tremolo Strings
10 Martele Bow Stroke
11 Sautille Effect
12 Fiddle
13 Violin Bowed
14 Violin Spiccato
15 Violin Pizzicato
16 Violin Tremolo
17 Viola Bowed
18 Viola Spiccato
19 Viola Pizzicato
20 Viola Tremolo
21 Cello Bowed
22 Cello Spiccato
23 Cello Pizzicato
24 Cello Tremolo
25 Contrabass Bowed
26 Contrabass Spiccato
27 Contrabass Pizzicato
28 Contrabass Tremolo
29 Korg X5-D Strings
30 Memorymoog Strings
31 SC Prophet T8 Strings
32 Oberheim OB-X Strings"; 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 = ''; } }