var fDesc=new Array(); fDesc[1] = "your favorite music files stored on your PC? Then AIMP is a new music player you should download and test it. AIMP is specially popular because it's a simple application that uses low resources, but it has a powerful equalizer where you will notice better quality improvements of your audio files"; fDesc[2] = "source codecs like Ogg vorbis. With the built-in utilities like library manager, music ripping and burning to CDs and its great playback quality, it is indeed a great music player to have."; fDesc[3] = ", 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[4] = "supports mpeg2 (that is, Quick time is now compatible with .mpg, .mpeg, .vob, .vro, .m2v, .m2a, .m2s). It is also compatible with a variety of audio formats like AIFF, WAV, MOV, MP4 (AAC only), CAF and AAC/ADTS. QuickTime also opens images in jpeg format and other image formats."; fDesc[5] = "record and play multiple tracks of audio and MIDI virtual instruments at the same time. You can the add effects like reverb, delay, guitar amp simulator, flanger or some third party effects."; fDesc[6] = "formats. It also can play digital media files protected by DRM-X platform. Haihaisoft Universal Player has Internet Explorer embedded. That allows the user to surf the web while playing files, using only a program."; fDesc[7] = "plug-in from their video project to easily add professional-grade custom length music scores to all of their digital video projects. This latest edition offers the most effective integration and direct access to a royality-free library of thousands of music scores."; fDesc[8] = "JACK and SDL libraries and audio card are required. With LMMS you can produce electronic music via your computer, so you don’t have to buy expensive hardware for having great sounds and making cool music."; fDesc[9] = "related to Creative Hardware, Drivers and Application Software. The Program identifies the devices connected to the computer and generates information which helps the product developers."; fDesc[10] = "tempo-matching technology is second-to-none, and its straightforward pick, paint, and play functionality has helped make ACID Pro software the favorite loop-based music creation tool for millions of users worldwide. Now reformulated to add multitrack recording and full MIDI sequencing to its superior looping functionality, ACID Pro 6 software delivers a new formula for ground-breaking music creation: loops + multitrack + MIDI. Together, these key components add up to a full-featured professional music workstation unlike any other."; fDesc[11] = "upload them into your iPhone or PSP. It is possible to use various video filters to smoothen overpixelised graphics, or compress some resource files - or even use soundfonts to make the MIDI music sound more like an orchestra."; fDesc[12] = "percussions. The free version lets you record an unlimited number of MIDI tracks, one Audio track, and two sampled percussions. With the Multi-Track accessory, you can record multiple Audio tracks and sampled percussions. Audio effects include delay, pitch change, volume change, pan, filtering, and reverse. Designed to work with optional accessories such as sheet music printing, piano exercises, ear training exercises, and voice-pitch analysis."; fDesc[13] = "From your private collection of love songs to entirely homemade video clips – everything's possible! For your songs, music videos, video emails, karaoke shows, funny clips, and much more."; fDesc[14] = "environment to render their ideas with ease and precision. With a modern interface, still friendly and intuitive, Encore offers a comprehensive set of tools for composing, arranging, editing, and printing music."; fDesc[15] = "MIDI tracks and provides an array of professional-quality effects and customization options. This incredible program also includes CD-burning capabilities and enables you to apply nondestructive effects on the fly while burning."; fDesc[16] = "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[17] = "karaoke formats. Kara Fun offers an in-built karaoke editor to create exotic karaoke music files with custom pictures or video. Kara Fun offers an in-built format conversion tool that can convert any video file to AVI or WMV and any audio file to WAV or WMA using single click."; fDesc[18] = "things that words can’t. To make that possible is necessary an instrument that can represent the emotions exactly like the musician meant to, and that’s what people from 4Front Technologies had in mind while developing True Pianos."; fDesc[19] = ", AVI, MPG, ASF, WMV, WM, SND, AU, AIFF, M1V, MP2. The list and played position saved automatically. M3U playlist editing."; fDesc[20] = "Audio CD alarms, time zones, birthdays, calendar, countdown, and atomic time synchronization."; 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 = '...'; } }