void
TranscriberExtract::toMidi(realvec& pitchList)
{
	pitchList.apply( hertz2pitch );
}