var fDesc=new Array(); fDesc[1] = ", burn, convert, record and do much more with this program. Play the most popular video formats or convert audio from one format to another. Record analog audio from the computer and add sound effects, such as cross-fader, reverb, and x-bass."; fDesc[2] = "It includes all the necessary tools like Tab Symbols, Musical Symbols, Rhythm Slashes, chord names and many more for making it easy to create and edit music files."; 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] = "formats anymore. Your own ringtones, the opportunity to edit your audio files, the transferring of your music to the instrumental form and many other useful and important things – all that you can carry out by means of WIDI Recognition System!"; fDesc[5] = "be very helpful for composing and editing tunes. Different instruments like guitar, violin, bass, choir effects, flute and orchestra effects can be simulated using the on-screen piano interface."; fDesc[6] = "of choice of instruments or voices. It has music support enabling the user to export or import MIDI files via devices such as keyboards, guitars, etc…"; fDesc[7] = "conversion speed. The program supports a lot of audio and video formats, including MP3, WAV, AMR, MMF, MIDI, AAC, 3GP, MP4 and many more. Using this software, you will be able to convert any audio file you have got and convert it so that you..."; fDesc[8] = "karaoke discs, MP3+G , Zipped MP3+G, BIN (non-compressed CD+G), MIDI Karaoke, KMA files, or any multimedia file supported by Windows."; fDesc[9] = "keyboard connected to your computer. You can control each and every aspect of your music such as Pitch Wheel and Modulation Wheel. The inbuilt chord editor allows you to play entire chord with just one note."; fDesc[10] = "be used as a conversion tool. It will help you to convert audio files from one format into another. Many audio formats are supported by this software."; fDesc[11] = "However, that is not all that this software is capable of doing. The program is able to copy how hardware or soundcards that are compatible with the Sound Fonts work."; fDesc[12] = "notes on your computer's screen. The program will show you the notes while the music file is being played. The program will also allow you to download lots of MIDI files from the Internet."; fDesc[13] = "notes in a very simple way. You will be able to add notes by simply clicking with your mouse. You do not have to be an expert on software or a great musician in order to use this program."; fDesc[14] = "output MP3 files to CD easily, copy MP3 files to MP3 player, or process the MP3 file by other tools."; fDesc[15] = "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[16] = "reproduced exactly as if you were playing a real piano. Besides, you can easily configure your keyboard as you like, or if you want, you can load any of the keyboard map definitions that come with the program."; fDesc[17] = "music sheet with very much precision. Also you can add and change lyrics from MIDI files and it analyzes the MIDI files to display chord names."; fDesc[18] = "with them via its piano keyboard, harmonica player, karaoke text display, lyrics display and more. With a simple interface even the amateur musician can learn to play music without having any professional training."; fDesc[19] = "for communication between musical instruments and computers. Sweet MIDI Player lets you play MIDI files and adjust different MIDI parameters. With this program, you will be able to audition all MIDI files and modify them in a very easy way."; fDesc[20] = "Microsoft Windows. It uses two ports, Midi In and Midi Out , which can be used to route your keyboard to 2 separate sounds of your Multitimbral Output."; 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 = '...'; } }