var fDesc=new Array(); fDesc[1] = ", etc.. It is commonly used as a virtual studio or as a collection of virtual instruments to use live or with other software sequencer."; fDesc[2] = "a fun-filled musical performance. The user can make use of various types of drumming options such as acoustic beats for soothing background or the electronic drums for some rocking hits."; fDesc[3] = "16-bit / 44.1kHz equivalent to 5Gb of uncompressed wav files. It features more than 8000 midi drum patterns with pre-listening, quick browsing and drag’n’drop functionality."; fDesc[4] = "drum sounds that include rap, hip hop, rock, dance, and others. If you are a professional DJ or an amateur who enjoys creating music, you may find this tool really helpful."; fDesc[5] = "recordings by the drumming icon John Bonham. He made use of the Supraphonic snare drum, Bonham popularised larger sizes, including the 24\" bass drum."; fDesc[6] = "to manage large libraries of drum samples very easy to use. You can export the audio in to any format required. Get the experience of using the real drums by attaching a MIDI keyboard or just beating the keys of your keyboard."; fDesc[7] = "according to your needs. It also features a function for creating loops and Karaoke files. The trial version is fully functional during 15 days; after that, you must purchase a license."; fDesc[8] = "instruments to get a real sound. You can export drum tracks in MIDI or WAV formats to other common programs which you use for music creation."; fDesc[9] = "Use WAV files for drum sounds. The song can be mixed down to a standard WAV file for use in other applications."; fDesc[11] = "and can load 16 and 24 bit samples. It has 8 stereo channels with Low Pass, High Pass, Band Pass and Notch filter modes. The user could load an open hihat into channel 13+14."; fDesc[12] = "professionally sounding drum performances including drum loops, fills, intros, endings, solo, and then simply trigger them by MIDI notes from your sequencer. Easily turn separate performances into complete drum track perfectly matching your song."; fDesc[13] = "a single virtual rack. The software features sounding modules that can be used in stand-alone or plug-in mode. It has four top quality sound modules namely RD-5 Real Drums, EB-6 Electric Bass, LC-7 Loop Creator and BL-8 Bassline."; fDesc[14] = "rompler based on the PCM Synthesizer Module which provides users with drum sounds and effects additional to their host musical editing programs."; fDesc[15] = "audio files. The program uses standard wav files for drum samples and loops. The user could add these samples and loops using the Internet or make their own. It could also create one-bar patterns and arrange them into a 'song', sequencing multiple patterns at once, when needed."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }