hydra-synth / hydra-functions

6 stars 9 forks source link

don't omit function params that evaluate to false (like 0) #20

Open pfeyz opened 9 months ago

pfeyz commented 9 months ago

I found it confusing when looking at the function list and some parameters had their default values omitted, for example with repeat, offsetX and offsetY have no default value shown

defaults-missing

this change ensures that default values like 0, false or null will be shown in the codeblock.