looking for an inputQuantities alternative

Is there a way to add an additional sentence to the input sockets similarly to the paramters?

configInput(THING, "CV modification"); 
paramQuantities[THING]->description="Accepts 0-10V for PW modulation"
' only for parameters; there's no inputQuantities :-T

Yes

getInputInfo(DELAY_CV_INPUT)->description = "0v-5v";

Also, very minor, but I think for paramQuntities you should use getParamQuantity instead of accessing the vector directly. I suspect that will be more future proof.

1 Like