Package com.io7m.jnoisetype.api
Interface NTInstrumentZoneType
public interface NTInstrumentZoneType
An instrument zone.
-
Method Summary
Modifier and Type Method Description java.util.List<NTInstrumentZoneGeneratorType>generators()NTInstrumentTypeinstrument()booleanisGlobal()java.util.List<NTInstrumentZoneModulatorType>modulators()
-
Method Details
-
instrument
NTInstrumentType instrument()- Returns:
- The instrument to which the zone belongs
-
isGlobal
boolean isGlobal()- Returns:
trueiff this zone is a global zone
-
generators
java.util.List<NTInstrumentZoneGeneratorType> generators()- Returns:
- The list of generators for the zone
-
modulators
java.util.List<NTInstrumentZoneModulatorType> modulators()- Returns:
- The list of modulators for the zone
-