Class NTTransforms

java.lang.Object
com.io7m.jnoisetype.api.NTTransforms

public final class NTTransforms extends Object
Standard transforms.
See Also:
  • "SoundFontⓡ Technical Specification 2.04, §8.3 Modulator Transform Enumerators"
  • Method Details

    • 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 Map<NTTransformIndex,NTTransform> transforms()
      Returns:
      A read-only map of the known specified transforms