var fDesc=new Array(); fDesc[0] = "TuneX is a program that helps you tune your musical instrument efficiently and effectively. It analyzes the sound captured through the microphone to identify the pitch of the played note.

TuneX allows you to tune to the standard tuning used by your instrument. It has an editable list of various instrument standard-tunings. Besides, TuneX allows you to define and select from various temperaments and stretch tables.

Features

Precise real-time tuning for almost any instrument.
Range: C1 ~ C8.
Arbitrary user-defined instrument tunings (presets)
Arbitrary user-defined temperaments
Supports piano stretch tables.
On/Off button to conserve battery power on portables.
Pitch-quality indicator.
Noise-level control."; 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 = ''; } }