Increase the max pitch to 255
commit86ff35bf71559295019847ccccb8522f93df1106
authorChris Robinson <chris.kcat@gmail.com>
Sat, 26 Sep 2015 18:11:04 +0000 (26 11:11 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Sat, 26 Sep 2015 18:18:30 +0000 (26 11:18 -0700)
treee42eb799fea39226a7a4685f372eec9687040f32
parent30d88cf5477ddb32b2c2295d7b03c4d74bc67e3e
Increase the max pitch to 255

Note that this is the multiple above the device sample rate, rather than the
source property limit. It could theoretically be increased to 511 by testing
against UINT_MAX instead of INT_MAX, since the increment and positions are
using unsigned integers. I'm just being paranoid about overflows.
Alc/ALu.c
Alc/mixer.c
OpenAL32/Include/alu.h