docb / dbRackSequencer

GNU General Public License v3.0
18 stars 6 forks source link

M851 - step value saving issue when range -3/3V #13

Closed Loop-s closed 2 years ago

Loop-s commented 2 years ago

Hi! With your M851 module, after right-clicking and choosing the -3/3V range, if you insert a step value lower than -2 or higher than 2, the value entered will remain correct while the patch is open in Rack. However, when closing and reopening the patch, any step value lower than -2 or higher than 2 will be rounded to fit within the -2/2V range again. For example, entered -2.5 as step value will change to -2 when reloading the patch.

image

Never reported an issue before on github so let me know if you need anything else to help out.

Cheers, Loops

docb commented 2 years ago

hi, thanks for reporting. however this issue should be solved in this pre release: https://github.com/docb/dbRackSequencer/releases/tag/v2.1.0-pre1 would be great if you if you could verify thanks

Loop-s commented 2 years ago

Indeed, just checked and it is fixed in v2.1.0. Tks!