Mercurial > hg > pyin
view evaluation/notecsv2molina.awk @ 148:e3f53fac06c3 memory
Make default consistent with reality
author | Chris Cannam |
---|---|
date | Wed, 17 May 2017 15:55:29 +0100 |
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;}}