[matrixctrl] click value behaviour
when having a cell range of e.g. 16 (for use in dialmode) is it possible to make the clickmode behave like switch which does not inc the value by clicking, but which does switch between 0 and clickvalue?
well, so far i made kind of manual click/dial-modeswitch and it works fine.
`
I like it! Easy to encapsulate and hide the logic as well. I can use something like this in one of my projects...I have a selector for the different stages or to go inc/dec, but not a "switch" feature that would go between and 0 like you have here. This is more useful. Very handy!
BTW, [pattr] works with [matrixctrl]... :) pretty interesting stuff when you have many value levels and you interpolate!
thanks, its always nice to feel a bit useful ;)
i post it again cause there was a little bug in this (forgot to disable dialmode for the [matrixctrl]).
using [pattr] still is beyond my habits, but time will come.