var fDesc=new Array(); fDesc[1] = "tones out of the software. The program includes realistic guitar and bass sounds that are very authentic. The Guitar Rig 3 has features like 12 amps, 6 bass and 17 guitar cabinets, nine microphones, four rotary speaksers and 44 different effects."; fDesc[2] = "mp3) and click a button. Chord Pickout will transcribe the music and write down the recognized chords automatically."; fDesc[3] = "the chords and scales derived from them in all their positions and variants. It also includes a tuning feature, a metronome and a function that allows you to listen to evey chord and scale presented. If you are a guitar player of any style, this software is for you."; fDesc[4] = "and musicians to improve their skills. Even though the software is named as Guitarist, it is multi-instrument compatible. The instruments that are compatible with this software are Electric and Acoustic Guitars, 4-string instruments like Banjo and Cavaquinho, 5-string instruments"; fDesc[5] = "guitar solos or use it as accompanying music. This program provides a comprehensive user interface that makes it possible to work with several patterns such as solo, harmony, bass and chord, bass and pick, or chords. The high quality and genuine sound effects look as if we were playing a real guitar."; fDesc[6] = "is useful for beginners and advanced guitarist. Author is professional guitarist (since 1980)."; fDesc[7] = "organizer, tab finder, chord library, jam machine, song jam, and much more. Everything the guitarist/musician needs, all in one package."; fDesc[8] = ", hear, print and save the chords you do know, identify the ones you don't, then check out which songs use them."; fDesc[10] = "scores and so on. It has a very intuitive interface and lots of features, such as a score/tablature viewer that allows you to mute any instrument of the arrangement and play along. You can purchase and download many musical scores and books in any style and by almost any artist."; fDesc[11] = "voicings, filtering them by difficulty or inversion, and list all the modes you can play over."; fDesc[14] = "right riff for almost every style of music. Steinberg's virtual guitarist can play in any key, master even the most challenging chords, automatically play in time with your song’s tempo, and even sync up to the drum’s groove, if you wish."; 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 = '...'; } }