Closed jpcima closed 4 years ago
Hi, there is an index error in drum volume management.
Inside perc_table, there are drums numered 1-5 and 0 for none. It needs to substract 1 to obtain an index into tables like velocity[5].
perc_table
velocity[5]
There exist some cases which update wrong indices. See diff
Hi, there is an index error in drum volume management.
Inside
perc_table
, there are drums numered 1-5 and 0 for none. It needs to substract 1 to obtain an index into tables likevelocity[5]
.There exist some cases which update wrong indices. See diff