var fDesc=new Array(); fDesc[1] = "advantages of the new enhanced user interface. In addition, virtually anyone, anywhere can intervene in the review process with Autodesk Design Review, the free integrated solution available to consult, write and revise designs electronically."; fDesc[2] = "transitions that enable anyone to produce cool MP3 mixes. In the program's nice graphic interface, different visualizations show the beats as the music plays."; 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] = "mix with other instruments for live performances or otherwise. The combination of Toontrack Solo, EZplayer Pro and EZdrummer or Superior Drummer allows the shaping of new MIDI grooves within the EZplayer pro arranger"; fDesc[5] = "recorded sound as a musical instrument, through this 255 voices sampler. When you start VSampler for the first time, it will allow you to perform a scan for installed plug-ins. You will then have to specify the interface, driver and audio rate you want to use to play the sounds."; fDesc[6] = "PC, navigate through the CD-ROM, and listen to any sound by clicking on it. CDxtract also displays detailed informat..."; fDesc[7] = "high quality signal processing algorithms along with a continuous control of delay time. It features up to 9600 ms of delay time which depends on the internal sampling frequency."; fDesc[8] = ", which is something that most samplers only dream of being able to do. Their sound morphing is a great way to create new and fresh sounds. Adding your own pads and textures is capable with the library of over 800 presets that is also included. At the heart of the Cameleon 5000 is their morph square."; fDesc[9] = "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[10] = "with the computer keyboard or with the mouse, and driven by a sequencer or by a MIDI player."; fDesc[11] = "and morphable scheme.This version has an in-built library of capacity 260 MB and a free ware version of this software is also available. However that works as a demo tool. The library browser in this software is based on disk program managing."; fDesc[12] = "sampling engine. The result is an inspiringly fast and intuitively flexible sampler with exceptional sound quality."; fDesc[13] = "modular synthesizer with one sample feedback included which can be used to make VST plugins. Sampler has multi-layered instruments similar to SF2 format, and can import SF2 files. Synth loads +50 native plugins ranging from standard effects like delay and chorus to big analog style synths and FM synths. Most native plugin synths include 7 out effects, 2 mod matrixes and also 2 arpeggiators or step sequencers."; fDesc[14] = "player to see all possible moves at a single glance thus improving strategy."; fDesc[15] = "have the first part that has the extension of \"001\" in order to play the other downloaded parts. Its helpful in making a sample of the video before downloading it entirely"; 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 = '...'; } }