Exemple #1
0
 public DspParameterDescription(string name, string label, string description, DspParameterDescriptionFloat dFloat)
     : this(name, label, description, DspParameterType.Float)
 {
     _descUnion.floatdesc = dFloat.ToFmod();
 }
 public DspParameterDescription(string name, string label, string description, DspParameterDescriptionFloat dFloat)
     : this(name, label, description, DspParameterType.Float)
 {
     _descUnion.floatdesc = dFloat.ToFmod();
 }