var fDesc=new Array(); fDesc[1] = "beginner, it will be hard to understand the working of the program. The program uses a nice, black interface. On the left had, we see a list with thousands of audio effects, like clapping, piano, kick, etc. The features of the program make it the best of its kind."; fDesc[2] = "using your PC keyboard or mouse without the requirement of a conventional Piano."; fDesc[3] = "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[4] = "Player or Internet Explorer."; fDesc[5] = "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[6] = "be very helpful for composing and editing tunes. Different instruments like guitar, violin, bass, choir effects, flute and orchestra effects can be simulated using the on-screen piano interface."; fDesc[8] = "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[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] = "overload CPU. It will never stick notes, and never break the sound or click during live performances. Available mp3 files demos."; fDesc[11] = "of a real piano. The program gives the composer all the improvements that offer present technology, enhancing the possibilities of the sampled piano overcoming its limitations in an attempt to imitate the “real” one."; fDesc[12] = "a chord dictionary and a useful tool to help you out in remembering the most of them. It’s important to make clear that Chord Helper is not a playing application, instead of that, it only shows you how to play chord on your music keyboard."; fDesc[13] = "so you can play for a while and have some fun. It's extremely simple to use. All you have to do is to run the application and start playing. This application is freeware meaning that you won’t have to pay a buck to enjoy it."; fDesc[14] = "reproduced exactly as if you were playing a real piano. Besides, you can easily configure your keyboard as you like, or if you want, you can load any of the keyboard map definitions that come with the program."; fDesc[15] = ", available for both Windows and Macintosh users, provides a variation of a reverb effect. Why we talk about a variation? Because the particularity of Piano Verb (from there its name) is to emulate the specific reverberant behavior of piano strings."; 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 = '...'; } }