| Library | Module | Frames | Expand |
| static pfcParamValue | CreateStringParamValue | (string Value) |
| Creates a parameter value with the specified string value. | ||
| static pfcParamValue | CreateIntParamValue | (number Value) |
| Creates a pfcParamValue with the specified integer value. | ||
| static pfcParamValue | CreateBoolParamValue | (boolean Value) |
| Creates a pfcParamValue object with the specified Boolean value. | ||
| static pfcParamValue | CreateDoubleParamValue | (number Value) |
| Creates a pfcParamValue with the specified real value. | ||
| static pfcParamValue | CreateNoteParamValue | (number Value) |
| Creates a note parameter. | ||
| static pfcParamValue | CreateStringParamValue | (string Value) |
|
Creates a parameter value with the specified string value.
|
| static pfcParamValue | CreateIntParamValue | (number Value) |
|
Creates a pfcParamValue with the specified integer value.
|
| static pfcParamValue | CreateBoolParamValue | (boolean Value) |
|
Creates a pfcParamValue object with the specified Boolean value.
|
| static pfcParamValue | CreateDoubleParamValue | (number Value) |
|
Creates a pfcParamValue with the specified real value.
|
| static pfcParamValue | CreateNoteParamValue | (number Value) |
|
Creates a note parameter.
|