View Single Post
Old 11-24-2020, 01:33 PM   #40
ramses
Human being with feelings
 
Join Date: Jul 2009
Posts: 1,231
Default

Quote:
Originally Posted by Geoff Waddington View Post
Yeah, we've toyed around with this before, didn't get too far.

Doesn't mean we should stop trying though

I agree 100%, encoders with stepped/accelerated values are far superior to fixed 7 bit resolution.

If I recall, the Console 1 internals were fighting us on this.
Ok, nice to know it might still be possible

Could it not be done the way I was describing then, in CSI somehow?

So like, if you have this:

Code:
 000EB96E   1   2     B0    5B    16    1  ---  CC: Reverb Depth
 000EB9FA   1   2     B0    5B    13    1  ---  CC: Reverb Depth
 000EBA87   1   2     B0    5B    10    1  ---  CC: Reverb Depth
 000EBAF4   1   2     B0    5B    0D    1  ---  CC: Reverb Depth
 000EBBA0   1   2     B0    5B    0A    1  ---  CC: Reverb Depth
 000EBC3C   1   2     B0    5B    07    1  ---  CC: Reverb Depth
 000EBD17   1   2     B0    5B    04    1  ---  CC: Reverb Depth
 000EBDD3   1   2     B0    5B    01    1  ---  CC: Reverb Depth
 000EBECD   1   2     B0    5B    00    1  ---  CC: Reverb Depth
 000EBF69   1   2     B0    5B    00    1  ---  CC: Reverb Depth
 000EC082   1   2     B0    5B    00    1  ---  CC: Reverb Depth
 000EC12E   1   2     B0    5B    00    1  ---  CC: Reverb Depth
 000EC228   1   2     B0    5B    00    1  ---  CC: Reverb Depth
...it would be all negative ticks.

And if you have this:

Code:
000FD814   1   2     B0    5B    21    1  ---  CC: Reverb Depth
000FD8CF   1   2     B0    5B    24    1  ---  CC: Reverb Depth
000FD9AC   1   2     B0    5B    27    1  ---  CC: Reverb Depth
000FDAB6   1   2     B0    5B    2A    1  ---  CC: Reverb Depth
000FFBC1   1   2     B0    5B    27    1  ---  CC: Reverb Depth
000FFCEC   1   2     B0    5B    24    1  ---  CC: Reverb Depth
000FFD69   1   2     B0    5B    21    1  ---  CC: Reverb Depth
000FFDF5   1   2     B0    5B    1E    1  ---  CC: Reverb Depth
000FFEF3   1   2     B0    5B    1B    1  ---  CC: Reverb Depth
001000AB   1   2     B0    5B    18    1  ---  CC: Reverb Depth
00100250   1   2     B0    5B    15    1  ---  CC: Reverb Depth
.. it would be 3 positive ticks, followed by 7 negative ticks?
ramses is offline   Reply With Quote