Package com.io7m.jnoisetype.api
Class NTTransforms
- java.lang.Object
-
- com.io7m.jnoisetype.api.NTTransforms
-
public final class NTTransforms extends java.lang.ObjectStandard transforms.- See Also:
- "SoundFontⓡ Technical Specification 2.04, §8.3 Modulator Transform Enumerators"
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static NTTransformfind(int value)Find a transform with the given index.static java.util.Map<NTTransformIndex,NTTransform>transforms()
-
-
-
Method Detail
-
find
public static NTTransform find(int value)
Find a transform with the given index.- Parameters:
value- The index- Returns:
- The located transform, or a value with "unknown" as the name
-
transforms
public static java.util.Map<NTTransformIndex,NTTransform> transforms()
- Returns:
- A read-only map of the known specified transforms
-
-