Select Preset : Wrap function not working as expected

fractalz

Power User
I have a layout where each button on the FC-6 selects a different preset by INC/DEC +1, +2, +3 ... +6.

I have Wrap set to go let's say from 100 - 200. When I have preset 194 selected, the FC displays presets 195 - 200, and I expect the following to happen:

- pressing the first (+1) preset selects preset 195
- the FC should now have preset 195 selected and show preset names 196, 197, 198, 199, 200, 100 (wrapping around to 100)

This works, however, this does not

- same setup as above, 194 selected, displaying 195-200
- press the last preset (+6)
- the FC should now have preset 200 selected and display presets 100, 101, 102, 103, 104, 105

What happens, however, is that the FC shows:

- preset 100, 100, 100, 100, 100, 100
 
I agree, it should work this way. Currently, wrap on an inc function just goes to the min if it would exceed the max (similarly with dec). I will update it to work as you describe. Hopefully I can get it into the next release.

Thanks!
 
Back
Top Bottom