var fDesc=new Array(); fDesc[0] = "Akkordica is a virtual accordion, concertina, bandoneon, harmonica and melodica instrument that covers a wide range of sounds and combines a traditional hand-held bellows-driven performance and modern digital functionality. This squeeze box and free reed wind instrument is suitable for different musical styles, be it traditional, popular or classical. 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.

Features:

- Mode Selector to change between the following instruments:

01 Anglo Concertina
02 Chemnitzer Concertina
03 Hohner Accordion
04 Strasser Accordion
05 Musette Accordion
06 Bandoneon (Tango Accordion)
07 Bayan (Chromatic Button Accordion)
08 Melodeon (Diatonic Button Accordion)
09 Steirische Harmonika (Styrian Accordion)
10 Piano Keyboard Accordion
11 Accordina (Harmonicon)
12 Harmonica (Natural)
13 Harmonica (Vibrato)
14 Melodica (Pianica)

- ADSR envelope generator.
- Low frequency oscillator section with modulation rate and depth.
- Pitch bend.
- Filter section.
- Virtual reverb room built-in.
- Amplitude Range Parameters.
- MIDI CC automation. Implementation of MIDI Continuous Controller parameters for use with external hardware control via DAW.
- Akkordica allows you to reproduce many different accordion types (diatonic and chromatic) for various genres of musical styles such as Folk, Rock, Blues, Jazz, Polka, Tango, Bal-musette, Cajun, Zydeco, Classical, Schrammelmusik, Klezmer, Levenslied, Sevdalinka, Boeremusiek, Forr, Merengue, Cueca, Milonga, Chamam, Cumbia, Vallenato, Norteo, Tex-Mex, Saltarello, Tarantella, Ceol, Basque Trikitixa and Inuit music.
- The harmonica (known as a French harp or mouth organ) comes with two modes: natural and vibrato, to be used in many musical genres, notably in blues, American folk music, classical music, jazz, country, and rock and roll."; 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 = ''; } }