Package com.io7m.jnoisetype.api
Interface NTGeneratorType
-
- All Known Implementing Classes:
NTGenerator
@Immutable public interface NTGeneratorType- See Also:
- "SoundFontⓡ Technical Specification 2.04, §8.1 Generator Enumerators Defined"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NTGeneratorOperatorIndexindex()java.lang.Stringname()
-
-
-
Method Detail
-
index
@Parameter NTGeneratorOperatorIndex index()
- Returns:
- The generator index
-
name
@Parameter java.lang.String name()
- Returns:
- The generator name
-
-