var fDesc=new Array(); fDesc[0] = "TempoPerfect is a free software metronome. Unlike mechanical metronomes, our software metronome provides a clear and precise beat that won't wind down, making it an essential tool for any musician.
Designed to help musicians play in time, this tempo software creates accurate beat patterns for simple or complex rhythms. Using a combination of accented beats and normal beats, you can subdivide beats to hear tricky patterns like triplets, or accent the first beat in a measure when working in difficult time signatures.

TempoPerfect also includes a tempo guide in the main window, which is a helpful resource for remembering the BPM for particular speed markings (e.g., Allegro)."; 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 = ''; } }