View Single Post
Old 01-15-2020, 08:24 AM   #6007
MixMonkey
Human being with feelings
 
MixMonkey's Avatar
 
Join Date: Sep 2017
Location: London, England.
Posts: 4,887
Default

Quote:
Originally Posted by Geoff Waddington View Post

We will also continue to develop other items in parallel -- EuCon enhancements, special meters for certain surfaces, colour support, stepped values, etc.
Regarding FX parameters, there are essentially two separate, but related issues outstanding here.

The first (and potentially more serious) issue concerns particular parameters not "stopping" at their minimum or maximum values when fed from inc/dec encoders (the problem does not occur with Fader7Bit (absolute) controls)

Depending on the plugin, this can result in a loss of surface control or an outright crash of Reaper.

The solution would be to set bounds on the parameter in question so that no more inc/dec commands are sent when the boundary is reached. This would probably have to rely on the value returned from the plugin to CSI.

The second issue is those FX parameters expecting to receive a series of exact but non-contiguous values (ie "steps") These parameters can't be changed at all when fed inc/dec commands. Again, the problem does not exist for absolute controls.

The solution would be for the inc/dec commands to be translated internally into a series of stepped values, with each value sent on a tick of the encoder.

Because the solution for the stepped value issue inherently solves the first issue with bounds, I wonder whether there is a case for CSI always translating the inc/dec commands into an absolute value to be sent to the plugin?
MixMonkey is online now   Reply With Quote