var fDesc=new Array(); fDesc[1] = "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[2] = "instrument. Convert MP3 and WAV files to MIDI Grab music from a CD and convert it to a MID file MIDI-enable any musical instrument, even your voice Helps remove vocals for karaoke singing Find the beats in percussion tracks Speed web page loading time by using intelliScore's MID files instead of MP3, WAVE, or WMA files With intelliScore and additional software you can: Print sheet music from your favorite music Record MIDI directly into your sequencer software using your voice or any acoustic instrument Generate cell phone ringtones from your favorite music See the chord names and key detected by intelliScore Change individual notes, swap instruments, transpose, etc. Here are a few of intelliScore's powerful features: Polyphonic. IntelliScore converts WAVE to MIDI, MP3 to MIDI, CD to MIDI, and WMA to MIDI and helps figure out the notes, chord names, and key for you. Since intelliScore..."; fDesc[3] = "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[4] = "Playback Quality, Skins , Equalizer, Playlist, freedb support, Sonique vis plugins, Winamp DSP plugins, File TAGS"; fDesc[5] = "though. By the looks of it, there is nothing you can't possibly do with this application. It also doesn't seem to be the easiest tool out there. I am not a musician, but there is one particular feature that I caught my eye."; fDesc[6] = "inexpensive MIDI Editor for Windows based on the piano roll interface. See widisoft.com for details."; fDesc[7] = "this tool you should have a full duplex sound card and DirectX 9.0 or later installed on your system. MIDI formats of sound files are not supported in many tools and players so by using this tool you can get a WAV version of a MIDI file so that you can burn it onto a CD easily."; fDesc[8] = "is available for Windows operating system. It’s also very useful for beginner. Advance user can make music and test it whereas a beginner can practice and learn the base/guitar. It also provides keys/scales/chords references, tablature tool and midi tracks for practicing."; fDesc[9] = "Features include editing a note's velocity, duration, channel, track, patch. Specific player is included."; fDesc[10] = "Player, Wave Player, Wave Editor, Disc Jockey, Favorites, Radio Tuner, Wave / Spectrum / Peak Analyzers. 26 media formats supported including MP3. Supports all compression codecs. Supports internet CDDB. Supports concurrent playback of multiple waves with realtime pitch control. Supports MP3 / wave creation, editing, and conversion. 18 wave editor tools included. DJ provides drag-n-drop queue construction, editing and playback. Includes audio librarian. One click access to sound effects and other media. Supports radio tuner control. Powerful tool for audiophiles, DJ's and radio broadcasters."; fDesc[11] = ", 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[13] = "allow the beginner level users to cut copy and paste media clips with great ease and makes the entire process straightforward."; fDesc[14] = "with the computer keyboard or with the mouse, and driven by a sequencer or by a MIDI player."; 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 = '...'; } }