Class SynthModuleTypeHelper
- Namespace
- SunSharp
- Assembly
- SunSharp.dll
public static class SynthModuleTypeHelper
- Inheritance
-
objectSynthModuleTypeHelper
Methods
InternalNameFromType(SynthModuleType)
Gets the internal name for a given SynthModuleType.
public static string InternalNameFromType(SynthModuleType type)
Parameters
typeSynthModuleType
Returns
- string
Remarks
In case of unknown SynthModuleType, returns "unknown".
IsValid(SynthModuleType)
Checks if value of SynthModuleType is valid.
public static bool IsValid(SynthModuleType type)
Parameters
typeSynthModuleType
Returns
- bool
ToInternalName(SynthModuleType)
public static string ToInternalName(this SynthModuleType type)
Parameters
typeSynthModuleType
Returns
- string
TypeFromInternalName(string)
Gets the SynthModuleType for a given internal name.
public static SynthModuleType TypeFromInternalName(string internalName)
Parameters
internalNamestring
Returns
Remarks
In case of unknown internal name, returns SynthModuleType.Unknown.