var fDesc=new Array(); fDesc[1] = "using your PC keyboard or mouse without the requirement of a conventional Piano."; fDesc[2] = "virtually convert your computer into a keyboard allowing you to play musical notes, chords and drums. The interface can be greatly improved, just a tip for future versions. Very hard to play piano from the computer keyboard and it’s very natural since they weren’t designed to do that."; fDesc[3] = "the songs you love the most – and not the typical beep sounds and alarms that comes with the standard Alarm clocks. MP3, WMA, and many other media types are supported."; fDesc[4] = "Its simplicity may be misleading because in addition to its playing and recording features, it offers a huge amount of different sounds, from Accordion to Xylophone."; fDesc[5] = "(Beats Per Minute)."; fDesc[6] = "notes in a very simple way. You will be able to add notes by simply clicking with your mouse. You do not have to be an expert on software or a great musician in order to use this program."; fDesc[7] = "recorded sound as a musical instrument, through this 255 voices sampler. When you start VSampler for the first time, it will allow you to perform a scan for installed plug-ins. You will then have to specify the interface, driver and audio rate you want to use to play the sounds."; fDesc[8] = "create music. Kids enjoy recording their own vocals; and be creative in their own way."; fDesc[9] = "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[10] = "choice. Various sounds can be created with just one sample. Composed song can be export as a WAV file."; fDesc[11] = "a spectrum analyzer scope display in real time for any sound source connected to your sound card. Version 4.2.0 replaces 4.1.2 and adds useful new features including spectrum averaging for noise reduction and more flexible scanning and recording capabilities.Spectrogr am is ideal for any purpose related to sound spectrum analysis including analysis and identification of biological sounds, analysis and identification of human speech, analysis of musical performances, tuning of musical instruments, evaluation and calibration of home audio systems, and HAM radio audio reception and tuning."; fDesc[12] = "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[13] = "voices that you can create from normal human voices."; fDesc[14] = "rompler based on the PCM Synthesizer Module which provides users with drum sounds and effects additional to their host musical editing programs."; fDesc[15] = "any musical instrument, easily and quickly. All you need is creative thinking about music and sound."; 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 = '...'; } }