Connecting knobs to limiter = weirdness
-
I'm using parameter ID to connect some knobs to a limiter's controls. The ranges don't seem to be using the standard HISE ranges though.
HiseSnippet 946.3ocuV0raabCDlzVz0RwoHAnWxMczAHMXkryO.4fUrkcgfisEx5FjaAz6REQXtjK1kaRTK5yPN6dpW5CQOU+Zz2h7DjjY1ckEUxFmMJndOsjb9H+9lY3LbXhIPjlZRHzlGOIVPnqw7mnsi2YLWpIC5SnWmojQRqH4XQpkr8jXdZpHjPoK+KnIzlMH4euaqs4JtNPLaJB4YFYf3IH9YyNr29RkZOdn3XYji0a1aPfQuiQYx.5rLyiDyCNk+RwgbzrkXD5J6FJslDeK2JRAa11DNwer405B6elLUdhRfC5P7gMpXZxNikpvgSkZJgPaLblvWtP3+D6.Yn7h4m4.tQ9Bsmgv0GPWZdJ0XNJ04KQo8LpPbC9Bzi5PuFEz6lL+fDYrc1JH2tFafFBMi3fa2kVE1Rnmy1w.Fns2MhepXuDXvE.V+9dd2o8877t8iFkoCrRitsQenwJNRu9sa86sZ15OZ09SWZznJWCOlDiRIRpbYLRmbY.WWmEchH4NseEWkItvPP9y6eWod92fBU6XnQOPKsGEKJGOKBzohH.ozsgoJkLDL0lGI9wxHguRFJRHRXS9A19ZyIcH4j2M+mTavc+d.uwm.t2a6UevaVwI+qC5ysbLSrzQ.NmXQhUhw.Zewqfq0E4kMY8EomZMw4dpnXiFcaz09p9p2PnL5sfyZB9yMfehLgkaXf7DghD4Vdo+4Q723xwTqH1W9a479OOC+9msRyFMRhaLqc31.9vPkXnIUh4ZnczbjcOOdZnd.PnVrmTTfqCTvIAp0.+hyuF63wIhzwigLELVTas0sPa+cs01lW4ZaU1QY13L62jt1nPWcoeltVgkWJ2UEPJnqJl1ivQEQoUnh2+A3aq21KZ9VK0TTO1ZgVFyIpq8Uy9yE0+dUHpZohlrmJTBdp.5T9YcAfdQlvLE2NeCJrSb4B3Q51I.K2qApLwkveCcs7prqUk0LqIcuIanzFLtZ9tTE7EJC8+MeKeCv0Y6NZjHvNirMX687q3F9qNsvZY9QNObxVbYSQEJWWU48Zmf8zzImj3x6INv1WKlZwec1Y+2VzkurmZ0o9O0h7TSlUpe4AbaR9cjCyh7gW3EH.mrVKTo3stkvtcEi8vwHk7E5v7A3smxE6fiokK1Y5hWImQDOHw7hfhtpXLa07Y.cqyeeZS1A331W7J.Fy6tdX0.4KBBvLoeFxBqFS2E.yFK.lMW.L2aAvb+E.yCV.LO7RwfOa+wYVSTQUFXhg6l+rFJcWMGxdyuBQ9HTIbaH.
How is everyone else handling this?
-
@d-healey Yep they're all 0-1 based...
-
Yeah it's weird, I don't think any of the other modules are, and it means the value popup is useless. I'm going to use the limiter in the Dynamics module instead.
-
@d-healey I'm checking the code and the knob modes are not set, just the ranges... I'll see if I can do something but it's probably not my level
-
@d-healey It doesn't work. Attributing new ranges work but since all the calculations are 0-1 based in limiter algorithm, then everything's going crazy with real values... In fact, the values you see in the modules are 0-1 values with a display hack
int2strng((int)(40.0*fParam1 - 40.0), text)
, not slider values.
I think everything has to be rewritten for it to work -
@ustk Yeah it seems janky
-
@d-healey Was there ever any workaround for this created?
-
@DanH use the limiter in the dynamics model...
-
@Lindon Yep, it's not quite as suited to my needs but hey ho!