var fDesc=new Array(); fDesc[1] = ", Compression, Chorus, Delay, Pitch Shift, Graphic and Parametric EQ effects are included), audio and MIDI tracks, 24 bit soundcards and more"; fDesc[2] = "features a colorful, customizable user interface which is really easy to use but not really attractive. You can choose one of several cool color schemes, and also specify the program's window size."; fDesc[3] = "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[4] = "songs with the help of Power Vocal Remover, viewing soundtrack graph, synchronizing lyrics to the music, decreasing playback speed for better synchronization and more."; fDesc[5] = "developers, and professional musicians with dedicated hardware. Cakewalk Pro Audio 9 is the new version of the industry's leading multitrack ..."; fDesc[6] = "providing them with a library collection of over 10,000 samples including midi files for their studios. The EZXNashville 1.0 uses Toontalk Percussive Compression and the sound recorded in this library of sticks"; fDesc[7] = "file formats that include: MP3, MIDI, KAR, WAV, WMA, AC3, OGG, MPA, MP2, AU, AIF, SND, etc., and video formats VCD, MPEG, AVI, WMV, ASF, OGM, DIVX, DAT, SVCD etc."; fDesc[8] = "includes sound both in the recordings and the MIDI recorded by Michael. Michael Blair’s personal instrument set-up included a mix of regular drums and odd bits and pieces like trashcans, bedroom furniture and rusty bicycle."; fDesc[9] = "a regular keyboard (writing keyboard) with which you will be able to play up to 128 MIDI instruments. You don’t even need a sound card since the software can use the internal speaker of the computer."; fDesc[10] = "Via its ActiveX objects and little coding knowledge, you can build your own front end and manage existing Visual Music front end through DDE client."; fDesc[11] = ", ScreamTracker 3 (S3M), Impulse Tracker (IT), Fast Tracker 2 (XM), MIDI and WAV files. You will be able to create and save playlists that will include all the songs that you choose from any drive in your PC or across your network. Or you can choose to play single files as well."; fDesc[12] = "create your own jukebox list. Up to 4 panels at the same time. Can read zip files Fully configurable midi."; fDesc[13] = "The software includes an integrated Step Sequencer view which is very advanced. It also has smart MIDI tools where a single tool can be used for multiple editing tasks. The Real-time Drag-Quantize helps in aligning various notes and events with the snap settings."; fDesc[14] = "? Pizzicato includes a free music course. Are you a professional ? It offers you a lot of smart and quick tools and lets you to create yours."; fDesc[15] = "tracks or play your favorite songs. The possibility to convert your track to a MIDI file gives you the opportunity to listen to it on any MIDI software and share it with your known’s and friends."; fDesc[16] = "conversion, built-in mixering and tempo control. You can change MIDI instruments, their volume and balance."; fDesc[17] = "browser, and convert them to accurate sheet music. Sing along or practice your instrument while following the notes on the screen."; fDesc[18] = "Audio4You Karaoke Mixer supports many audio file formats for the background music. You can choose from Midi, Kar, Mp3 or Ogg. The Midi version allows for 16 MIDI channels."; fDesc[19] = "instruments, tonality and playback rate; save variations. Playlists. File search by name or embedded tags."; fDesc[20] = "audio format. This converter has a built in Midi console which will allow you to change the volume, balance or instruments for each of the 16 Midi channels that are offered."; 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 = '...'; } }