var fDesc=new Array(); fDesc[0] = "SoundEditor is designed to be the ultimate tool for organizing and creating presets for your Adrenalinn instrument. Through a MIDI connection, this program can receive single presets or an entire bank of presets from the hardware - as well as replace individual presets or an entire bank. Once the presets are transmitted to the computer, all preset parameters can be displayed and edited in a graphical user interface. The program can also be used to learn the inner details of the factory presets.

Patches can be added to the program library in user-named categories for creating custom preset banks – a terrific feature for musicians looking to organize programs for easy retrieval later! In addition, a hardware OS update function is available to simplify updating the Adrenalinn-series firmware."; 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 = ''; } }