functions that can be used in expression or fields
syntax for Cantabile expressions
A lot of information can be found in individual posts, where interesting functions pop-up, but I am not aware of a list with all the functions and syntax that should be used.
Is there a possibility to assign a value to a custom variable, MyVariable.
I would like to change the behaviour of my (new) expression pedal. It seems to be more sensitive than the previous that was broken (both Line6 FBV Express MKII). I’d like to change the value for expression only if the change from the previous value is more than e.g. +/- 2. If now it has the value 100 it wobbles between 99-101 just due to vibrations. So, I would like to store the actual value of 100 to ExpActual and compare the input from the pedal with this value and go to the new value when input < ExpActual-n OR input> ExpActual+2.
I have the same issue with my expression pedal, and tried various approaches to filter the "stutter"out of the feed, but couldn’t find a usable solution. Still something I look into if there’s nothing better to do, but not a top priority.
Not really top, just annoying if you start looking to it. I asked on the Line6 forum as well, but no responses yet. Tightened the bolt the pedal, which did help a bit but not eliminated the behaviour. With a little bit of programming it should be easy to make something.
Currently there is only access to the previous value, and I can’t see a solution without having access to at least two values back - to capture if it is stuck between two alternating values being send.