04-30-2023, 10:57 AM
|
#1 |
|
Human being with feelings
Join Date: Aug 2021
Posts: 136
|
When CLAP_PARAM_IS_STEPPED is used in CLAP, if min_value is less than 0 and max_value is greater than 0, REAPER and Bitwig will display differently.
min_value = 0 max_value = 3 ![]() Displayed normally min_value = -3 max_value = 0 ![]() min_value = -3 max_value = 3 ![]() Cannot select a value less than 0 Also, is it a bug that by not passing this 0, the appearance of the CLAP_PARAM_IS_STEPPED parameter becomes a slider? Is it ok to use this method if I want CLAP_PARAM_IS_STEPPED to look like a slider instead of a drop down menu? Or is it a bug and should I not use it? min_value = -6 max_value = -3 ![]() min_value = 3 max_value = 6 ![]() Translated with www.DeepL.com/Translator (free version) Last edited by lewloiwc; 05-08-2023 at 05:30 PM. |
|
|
![]() |
| Thread Tools | |
|
|