public DspParameterDescriptionFloat(DSP_PARAMETER_DESC_FLOAT dFloat)
     : this(dFloat.defaultval, dFloat.min, dFloat.max)
 {
 }