Currently various classes which perform processing implicitly rely on their associated parameter objects to enforce parameter limits and set defaults.
There is no way for a user of one of these processing classes to change the defaults or the limits, it should be made possible for the user to pass a parameter object to the constructor of a processing class which the object then uses, otherwise default to the one it already has defined in its namespace.
Currently various classes which perform processing implicitly rely on their associated parameter objects to enforce parameter limits and set defaults.
There is no way for a user of one of these processing classes to change the defaults or the limits, it should be made possible for the user to pass a parameter object to the constructor of a processing class which the object then uses, otherwise default to the one it already has defined in its namespace.