Package com.io7m.jnoisetype.api
Interface NTFontType
-
public interface NTFontTypeThe type of SoundFontsⓡ
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NTInfoinfo()java.util.List<NTInstrumentType>instruments()java.util.List<NTPresetType>presets()java.util.List<NTSampleType>samples()
-
-
-
Method Detail
-
info
NTInfo info()
- Returns:
- Information about the SoundFontⓡ
-
instruments
java.util.List<NTInstrumentType> instruments()
- Returns:
- The instruments available
-
presets
java.util.List<NTPresetType> presets()
- Returns:
- The presets available
-
samples
java.util.List<NTSampleType> samples()
- Returns:
- The available samples
-
-