var fDesc=new Array(); fDesc[1] = "files (executables, libraries, custom controls, data files e.t.c.) and extracts multimedia files. Extract files stored in EXECUTABLES, LIBRARIES, MICROSOFT® OFFICE FILES, DATABASES, RAW or BINARY FILES (like exe, dll, ocx, doc, ppt, xls, pdf, mdb...) ."; fDesc[2] = "using your PC keyboard or mouse without the requirement of a conventional Piano."; fDesc[3] = "of monophonic audio files (from, for example, singers, wind or string instruments) and offers the opportunity to change whole melodies in a way only previously possible at MIDI-Level.Melodyne is able to change the musical parameters of voices or instruments without any actual influence on the character of the recording. Melodyne extracts the pitch and the rhythm, and provides an area in which to play with the audio material. Any change in this material is interpreted by the software in a musically intelligent manner and the result will always sound natural. Working with Melodyne is as easy as editing notes with MIDI."; fDesc[4] = "Power Vocal Remover to create instrumental tracks from many CD recordings. Convert MIDI Karaoke KAR files into CD+Gs."; fDesc[5] = "it. Fruityloops can play any sample file (wav), generator (Fruityloops soft- synth), VSTi & DXi) or midi instrument you feed it. We can assure you that the stunning, photorealistic interface will push your creative forces to new heights."; fDesc[6] = "successful solution for audio and MIDI recording. It allows to do everything that you could do with digital multichannel audio studio – professional recording, mixing, editing, mastering on CD/DVD."; fDesc[7] = "WAV or Mp3 files. The program allows you to import DOC files to use them as lyrics or to write them down by yourself on the program's main window."; fDesc[8] = "and MIDI support, VST/AU effects, precise automatic BPM counter, sampler, vinyl emulation and many other things."; fDesc[9] = "to create, render, and print music. Melody Assistant integrates a wide array of tools that will make the process of creating music easier and precise."; fDesc[10] = "saved as MIDI files ! It also tells which chord is played according to the keys pressed on the virtual piano or a MIDI keyboard connected."; fDesc[11] = "professional way. This incredible program is the ideal tool to record and compose music, utilize and control MIDI equipment, mix optimal sounds and burn it all onto CD."; fDesc[12] = "to the original Flanger plug-in. They have created a plug-in that allows the user to smoothly transform it into a stereo flanging effect with a single slider."; fDesc[13] = "favorite Capella music scores using a variety of display modes, and allows you to search for notes or melodies within the sheet, and to move quickly to a specific system or bar. Besides, its configurable MIDI capabilities will play back any score for you."; fDesc[14] = "musical equivalent of a text OCR program. Also capable of converting PDF files to music files, it is easy-to-use, plays-back, and exports scanned scores as MIDI files. It reads a wide range of styles including 6 line guitar tablature."; fDesc[15] = ", PSR, CVP series etc. It supports PLG boards, Audio parts and up to 32 XG parts. MIDI player, Remote Control Interface, XG-Mapper and much more..."; fDesc[16] = "English, then hear the voice synthesizer ‘sing’ them by playing the melody on their MIDI keyboards. It can be used as a stand-alone program or with a host program."; fDesc[17] = "displayed on the corresponding channel in varying shades of blue."; fDesc[18] = "(sys ex or normal short messages) and translates them using your definitions. The MIDI-to-MIDI translation changes MIDI message. This is useful to change volume, modify controller numbers or convert system exclusive messages to controller numbers. It is possible to simulate keystrokes in response to incoming MIDI messages. This allows unlimited control over any Windows program by using a MIDI device (e.g. Tascam US-428)."; fDesc[19] = "controller. It works by monitoring mouse and keyboard activity system-wide and converting your actions to MIDI messages."; fDesc[20] = "one click of a button. You can use MIDI to WAV Converter to playback MIDI files directly in the program as well."; 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 = '...'; } }