Scott Dyer

Results 29 comments of Scott Dyer

CTL should probably be changed to: ```cpp const float r_hit = r_hit_min + (r_hit_max-r_hit_min) * (log(n/n_r)/log(10000./100.)); ```

Need to verify how much changing `r_hit` from 896 to 768 affects the values resulting through the system tone scale. I would have expected to have seen more obvious errors...

Thanks for verifying that - it is quite a small effect. But it could explain some of the minor discrepancies I've seen in the output, but haven't had a chance...

Fixed in this commit c69b0baeee40e052981a76ce63486e3fd9ee23cf

Commit e1b72c91da03586b378fe10b355a714147e2500d addresses this issue

This was merged in 124397faa4106f189f57d654fedc15f58bb67c8f

This is now located in the `aces-output` repo