Cabbage Logo
Back to Cabbage Site

Encoder - min/max

I noticed a strange behaviour of the encoder widget that seems like a bug.

  1. moving the widget with a mouse causes properties min(0), max(0) to be set automatically
    I’m using the encoder without setting limits to have unlimited range
  2. retrieving the min and max properties with cabbageGet gives me 0 values when I don’t set those value and the encoder works as intended without limits. But if I set the limits to 0, then the encoder has no range (no effect). So, it seems that cabbageGet reads wrong values in this case.

What’s the correct way to set the limits?

Thanks Samo, I’m currently working through another few issues/bugs, I’ll add this to the list!

Has this been addressed?
I just noticed that encoder is causing plugin to crash (no more audio) in Reaper when I select “Reset to factory default”. No issue if I remove the encoder, so it seems reasonable to blame it.
This might be related to the above issue?
image

Added to the list :+1:

This should be fixed now.

The default min/max values are now set to -/+ 10000. But you need to set them manually to enable their use. The default values are for the DAW, which has to have an upper and lower limit when the widget in created.

This I cannot recreate, or perhaps the most recent modification to min/max fixed it? :thinking:

1 Like

It all works fine now. Thanks!