Mercurial > hg > pyin
view evaluation/notecsv2molina.awk @ 90:b087967c4417
removed fourth "inter-note" state because it wasn't used anyway
author | matthiasm |
---|---|
date | Wed, 07 Jan 2015 15:22:03 +0000 |
parents | b22527106f71 |
children |
line wrap: on
line source
BEGIN {FS=","}; {if ($2 > 0.09) {$2=$1+$2; $3 = 69+(log($3/440)/log(2)*12); print $1,$2, $3;}}