I figured out how to add my own sigils in Konilo, so now something like "%0.5" will push a constant value of 0.5 to the sndkit stack (I send it as a string, then internally it gets converted to a float value). This allows me to pass around floating point params even though konilo doesn't support them.