var fDesc=new Array(); fDesc[0] = "Aeternus Brass is a virtual musical ensemble and solo trumpet, trombone, tuba, French horn, flugelhorn and cornet instruments. It includes brass sections, orchestral ensemble and sampled legato and staccato articulations. Additionally introduces four analog brasses, based on classic polyphonic synthesizers. Available in VST 32 bit and 64 bit and VST3 64 bit versions for Windows / Audio Unit, VST and VST3 for macOS. Also developed as EXS24 and KONTAKT Sample Libraries.

Features

• Quick loader to select between different instruments:

01 Brass Section Ensemble 1
02 Brass Section Ensemble 2
03 Brass Section Ensemble 3
04 Brass Section Ensemble 4
05 Orchestral Brass Ensemble
06 Brass Ensemble Staccato
07 Brass Hit-Stab-Fall Effects
08 Trumpet Legato
09 Trumpet Staccato
10 Trumpet Bubble Harmon Mute
11 Trombone Legato
12 Trombone Staccato
13 Tuba Legato
14 Tuba Staccato
15 French Horn Legato
16 French Horn Staccato
17 French Horns Section
18 Flugelhorn Legato
19 Cornet Legato
20 Synth Brass
21 Mellotron M400 GC3 Brass
22 Roland SC-88 Velo Brass
23 Oberheim Xpander Brass
24 Memorymoog Brass"; 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 = ''; } }