In a float param block, the compiler allows
default = 1/#magn
which can be useful, but doesn't allow
min = 1/#magn
which also can be useful.
Also the help entry "min setting" has a typo. The sentence "If this setting is not specified, there is no maximum value for the parameter." Obviously it should say minimum.
In a float param block, the compiler allows
````
default = 1/#magn
````
which can be useful, but doesn't allow
````
min = 1/#magn
````
which also can be useful.
Also the help entry "min setting" has a typo. The sentence "If this setting is not specified, there is no _maximum_ value for the parameter." Obviously it should say minimum.