Package com.io7m.jnoisetype.api
Interface NTFontType
public interface NTFontType
The type of SoundFontsⓡ
-
Method Summary
Modifier and Type Method Description NTInfoinfo()java.util.List<NTInstrumentType>instruments()java.util.List<NTPresetType>presets()java.util.List<NTSampleType>samples()
-
Method Details
-
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
-