var fDesc=new Array(); fDesc[0] = "Chordophonet is designed to emulate the concert pedal harp, Celtic harp, electric and synth harp as well as an acoustic and electric hammered dulcimer. Includes a set of 20 pre-recorded harp glissando, two harp arpeggios, harp trill plus two hammered dulcimer glissando presets. Available as plugin in VST 32 bit and 64 bit and VST3 64 bit versions for Windows as well as in Audio Unit, VST and VST3 for macOS. Also available in EXS24 and KONTAKT Sample Libraries.

Features:

- Quick instrument loader to select between different instruments and glissandi presets:

01. Concert Harp.
02. Celtic Harp.
03. Electric Harp.
04. Synth Harp.
20. up to 29. Pre-recorded harp glissando, arpeggios and harp trill.
30. Hammered Dulcimer.
31. Hammered Dulcimer Octaves.
32. Electric Hammered Dulcimer.

- Filter Section.
- Low-Frequency Oscillator.
- Release Time and Pitch Bend parameters.
- Reverb Effect.
- 32 Presets.

( Syntheway CVHHD)"; 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 = ''; } }