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