var fDesc=new Array(); fDesc[1] = "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[2] = "processing. It provides you with all you need to record, mix and edit your own music in professional quality. Using the loops you can create license music. Acid Music Studio 7 is ideal for anyone who's ever thought about producing music."; fDesc[3] = "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[4] = "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[5] = "half-professional program for music creation and MIDI-keyboard. It is perfect complete package for stunning songs, experimental beats and exciting soundtracks. The Premium version offers extra features, more sounds, effects and functions. It contains up to 3,500 professional sounds."; fDesc[6] = "Now a new version 2.3 is available for downloading. Now it features 27 tuning types!"; fDesc[7] = "single-instrument polyphonic music. It's a powerful tool to help you to transcribe music, to practice musical instruments and to make MIDI files."; fDesc[8] = "providing them with an extensive library collection of percussion instrument sounds, samples and midi files, for their studios. The EZXPercussion 1.0 uses Teentalk Percussive Compression and the recorded sounds in this library add-on of different sizes of instruments"; fDesc[9] = "of new tracks while playing the current ones. It features a mono and stereo audio mode. Cycle recording allows automatic multiple recordings to take place simultaneously."; fDesc[10] = "scanner or open an already existing image file (TIFF, BMP, PDF, and others), and the program will accurately recognize all the elements that conform the score, including multiple voices, accidentals, cue notes, grace notes, ties, slurs, and many more."; fDesc[12] = "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[13] = "a 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[14] = "inexpensive MIDI Editor for Windows based on the piano roll interface. See widisoft.com for details."; fDesc[15] = "into a microphone and transforms it into MIDI score. The score can be edited in a built-in editor."; fDesc[16] = "converting printed music into editable files effortless, because it has been specially designed to check and correct the output before saving it as a music file."; fDesc[17] = "realtime music recognition. Several MIDI output methods can be chosen. Detected notes as well as signal spectrum are displayed in the plugin window. Adjustable recognition parameters allows improving recognition quality.Most of VST capable sequencers (VST hosts) for Microsoft Windows are supported."; fDesc[18] = "audio formats like MP3, OGG and WAV. Direct conversion method is applied in the program and there is no need to employ sound recording."; fDesc[19] = "notes. Change speed or tempo."; fDesc[20] = "presented before some audience? To make your favorite music ready for a wide range of devices, including portable players and mobile phones? MIDI to WAV Converter offers a quick and effective way to convert MIDI music to WAV, MP3, WMA, or OGG audio formats. By using SoundFonts it greatly reduces time needed for each MIDI to WAV conversion and also allows creating high quality music. While similar tools depend on the recording capabilities of your sound card, MIDI to WAV Converter can convert MIDI even on systems that don't support MIDI recording. The program employs two methods of MIDI to WAV conversion. By default, it converts MIDI to WAV with SoundFonts, which is much quicker than the other method. SoundFonts are banks of samples recorded from real musical instruments. By using them, MIDI to WAV Converter makes converted music as natural as possible. Different SoundFonts are..."; 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 = '...'; } }