voice transpose shows wrong value
Brought to you by:
marzac
In the voice editor the TRANSPOSE parameter shows the wrong value. For example try SineWav (the last patch from the last ROM bank).
The correct way to translate the 8-bit internal value into the transpose range from -24 to +24 semitones should be:
INTERNAL: 0 ~ 24 , 232 ~ 255
TRANSPOSE: 0 ~ +24, -24 ~ -1
The Configuration (Setup) editor uses a 7 bit value.
(P.S: I have not checked yet if/how the transpose parameter in the Setup section behaves)
In fact the transpose parameter goes beyond -24 ~ +24 (-128 to +127)
See bug #8 for patches