Package com.io7m.jnoisetype.api
Interface NTTransformType
-
- All Known Implementing Classes:
NTTransform
@Immutable public interface NTTransformType- See Also:
- "SoundFontⓡ Technical Specification 2.04, §8.3 Modulator Transform Enumerators"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NTTransformIndexindex()java.lang.Stringname()
-
-
-
Method Detail
-
index
@Parameter NTTransformIndex index()
- Returns:
- The transform index
-
name
@Parameter java.lang.String name()
- Returns:
- The transform name
-
-