var fDesc=new Array(); fDesc[0] = "D'Accord iChords 2.0 is an excellent software for chords transcription using the D’Accord’s unique audio processing technology. It is fast and easy to use software for recognizing chords from audio files of different formats like, MP3, WMA and WAV.

The searching for the tablatures and sheet music is not needed with iChords as you will be able to learn the chords of any song with it. After opening a song file, the software automatically process it and extracts the chords for it presenting them on a virtual guitar or keyboard. While playing each song, it shows the chord that is being played at the moment and the next ones. For each chord, it presents the fingering, notation or intervals on the virtual instrument .

Some of the unique options available with iChords are the editing option for adding lyrics and the chords to the song in an easy way, and exporting songs as video files to the medium you like (MP4 Player, iPod or even your mobile phone).

Other interesting features of this software include the option for selecting the level of complexity, view and print the chords, and the ability to work with the DRM-enabled WMA files which you find in online music stores. You can control your tempo according to your skills, playing the song slower or faster. You can also add lyrics, transpose chords and print them together with chord diagrams with the help of the iChords. There is an option for four different view modes for the virtual guitar including one for the left-handed players.

D'Accord iChords 2.0 is the software for music lovers who intend to learn all new songs on their guitar or keyboard quickly."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }