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] = "applications alike. The tool is full of features which help to take it to the ranking software in this industry. The main feature is the Core Architecture."; fDesc[3] = "Driver is a single-client, multichannel sound driver that allows third-party audio programs that support the ASIO Driver standard to record and play back."; fDesc[4] = "heavy metal. The software includes both the original DFH release and the Add-On pack that was released subsequently. The sounds for the program were played, recorded and produced at Dug Out studios by Tomas Haake, Daniel Bergstrand, Mattias Eklund and Fredrik Thordendal."; fDesc[5] = "(equalizer, reverb etc.), WAV, MP3, OGG Vorbis file support, pattern banks, custom drumsets, triggered fade-offs supports, MIDI import."; fDesc[6] = "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[7] = "MIDI engine available as a plug-in from the host that lets the user organize and preview the entire MIDI on the hard drive with the sampler of any choice."; fDesc[8] = "the best libraries in the world and is an award winning tool. It uses the kernel level processing hence directly increasing the speed of the product in a huge way."; fDesc[9] = ", 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[10] = "pipe organs and play them using a MIDI keyboard or keyboards. In place of, or in addition to MIDI keyboards, you can use a sequencer to control the organ. It is a specialised form of 'virtual sampler', some other examples of which have recently become available with the rapid increase in computer processing power. It receives MIDI data and produces pipe organ sounds using recordings that have been made of a real pipe organ, hence giving very realistic results. Unlike many home keyboards and professional synthesizers, which are often sample-based, Hauptwerk has been designed to take advantage of the high processing power and relatively low cost of computer memory to give a far more accurate rendition of an organ than is possible on most keyboards, synthesizers or samplers. Whereas synthesizers and samplers usually use a few small samples, recorded at intervals across the keyboard and..."; fDesc[11] = "audio data. It allows users to: easily extract tracks from audio CDs create samplers of audio CDs quickly encode WAV files to MP3 format tag MP3 files play MP3 and WAV files convert MP3 files back to WAV format edit envelope of WAV files filter WAV files professionally mix WAV files normalize amplitude of WAV files record sound from any available source resample WAV files"; fDesc[12] = "with complete studio environment for creating wholly fresh individual instruments. The application unleashes 60 striking and pioneering instruments and comes with dominant samplers allowing far reaching granular re-synthesis."; fDesc[14] = "It uses techniques developed over the last 17 years through our work on the award-winning Koan generative music system, techniques now used in the all-new and superior \"Noatikl\". Noatikl is a generative (MIDI) music engine. It creates musical information in the form of MIDI notes, and can also generate and send MIDI controller information to generatively control settings of your favourite synths, FX units and samplers."; fDesc[15] = "Windows 95/98. Feurio! combines \"Audio Grabbing\" (digitally reading of an audio CD), a database for CDs (including CDDB support), a CD and Wave player, a simple Wave Editor and a CD Writer."; 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 = '...'; } }