Hi gents/stewe..
I am wanting to turn the grid of my vci-400 into a grid but save on modifiers and instead use the values 0-7 to set the state of the mode, I have been playing with it for about an hour and getting nowhere. I think it should be a simple task so I thought I would ask the masters. What I am focusing on is
add in -> modifier #5 -> type('button') -> mode('direct') -> value(0);
add in -> modifier #5 -> type('button') -> mode('direct') -> value(1);
add in -> modifier #5 -> type('button') -> mode('direct') -> value(2);
add in -> modifier #5 -> type('button') -> mode('direct') -> value(3);
add out -> modifier #5 -> condition(M5=0) -> range(min=0, max=0) -> invert(checked);
add out -> modifier #5 -> condition(M5=1) -> range(min=1, max=1) -> invert(checked);
add out -> modifier #5 -> condition(M5=2) -> range(min=2, max=2) -> invert(checked);
add out -> modifier #5 -> condition(M5=3) -> range(min=3, max=3) -> invert(checked);
That makes sense in my mind but it's not working, care to shed any light on it? I can see in the editor that the value is successfully changing between the values but the led isn't playing nice.
Bookmarks