PnS default skin params options

Official support for: bluecataudio.com
Post Reply New Topic
RELATED
PRODUCTS

Post

New to PnS. Still trialling the demo.
How can I select a "switch" or "slider" for my params in the default skin (not KUIML).
I have an option for enum "on:off" but I get a knob, but I would like a switch or button.
Or, instead of the VU, LED meters (apart from the input/output).
I don't want to create a KUIML skin.
Is this possible?

Post

It is indeed possible (if you look at the samples, some actually have such controls). All you need to do is define 2 steps for these parameters in the DSP script:

Code: Select all

array<int>    inputParametersSteps={2};
I hope this helps!

Post

I do define and they still use the knob with 0 from 0% to 50% then jump to 1 from 51-100%, unless I’m missing something.

Post

That's odd. The skin definitely checks the number of steps, and if it is 2 it displays a switch, as you can see for example in the sample player skin. Can you maybe share the code of your script?

Post Reply

Return to “Blue Cat Audio”