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] = "incredible program allows you to save the created music or a part of the mix project with such popular audio formats as MP3, WMA, WAV and others."; fDesc[4] = "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[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] = "hardly compared with Pro version or ACID Music Studio, as there are restrictions in every second menu point. Besides, this program doesn’t support VST and DirectX. But in spite of these things, these restrictions will probably not disturb undemanding users."; fDesc[7] = "music. The program gets audio from differents sources: microphone, aux and line in inputs, etc. The user can drag and drop audio samples to the timeline window, and the application will adjust it to adapt it to the tempo of the previous recording."; fDesc[8] = "create music. Kids enjoy recording their own vocals; and be creative in their own way."; fDesc[9] = "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[10] = "Ravity (S) & Ravity (R) form the same provider. The freeware has 24 types of high quality effector algorithms to support you in your music creation to achieve the effect you have in your mind."; fDesc[11] = "number of tracks from different instruments and then laying them down as a song with proper looping and adjustable tempos is simple enough with this software. A variety of effects which can be edited to the user’s taste facilitates a proper enriched sound."; fDesc[12] = "instruments to get a real sound. You can export drum tracks in MIDI or WAV formats to other common programs which you use for music creation."; fDesc[13] = "for instrumental and for computer music in the usual sense of the word makes the program unique and unexpendable. With the help of external devices and internal sources of AudioMulch Interactive Music Studio you will create interactive music of the future."; fDesc[14] = "can be used by schools for exploring the fundamental basics of music creation. Super Duper Music Looper contains everything you need to create music. There is a user friendly interface designed specially for children: big buttons, simple tools and musical building blocks."; fDesc[15] = "family’s program. Using this software you can create remixes, record vocals and burn your mixes on CD, export music to MP3, share music online at ACIDplanet.com (the Internet's premier site for sharing original music and video). You can record and loop unlimited audio or Midi tracks."; 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 = '...'; } }