Package com.io7m.jnoisetype.api
Interface NTInstrumentZoneType
-
public interface NTInstrumentZoneTypeAn instrument zone.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<NTInstrumentZoneGeneratorType>generators()NTInstrumentTypeinstrument()booleanisGlobal()java.util.List<NTInstrumentZoneModulatorType>modulators()
-
-
-
Method Detail
-
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
-
-