Hi,
I'm not quite sure if I'm doing something wrong but it seems to that the value shown for Modulation in Current Values Screen is wrong or atleast off...
It always a certain ammount (seems like 8) higher than it should be.
Example and how to reproduce:
000 -> 009
001 -> 009
002 -> 00A
003 -> 00B
...
010 -> 018
011 -> 019
...
100 -> 0FF
101 -> 100
..
200 -> 1F5
201 -> 1F6
It seems there is some kind of wrong bitshifting going on causing overflows, but I'm not really a programmer...
I'm on firmware 1.26 and have the following expanders installed:
- CV16
- Trigger16
- Video I/O
- 2HP Midi
I'm not quite sure if I'm doing something wrong but it seems to that the value shown for Modulation in Current Values Screen is wrong or atleast off...
It always a certain ammount (seems like 8) higher than it should be.
Example and how to reproduce:
- Start with a new song, so everything is empty/default
- Create a pattern in any of the CV tracks
- Set the MOD column in the first row to 000
- Start the pattern and go to Current Values Screen
- Current Values Screen screen shows 009 for Modulation
000 -> 009
001 -> 009
002 -> 00A
003 -> 00B
...
010 -> 018
011 -> 019
...
100 -> 0FF
101 -> 100
..
200 -> 1F5
201 -> 1F6
It seems there is some kind of wrong bitshifting going on causing overflows, but I'm not really a programmer...
I'm on firmware 1.26 and have the following expanders installed:
- CV16
- Trigger16
- Video I/O
- 2HP Midi