Class ARIXP0SamplerFactory
java.lang.Object
com.io7m.aradine.instrument.sampler_xp0.ARIXP0SamplerFactory
- All Implemented Interfaces:
ARI1InstrumentFactoryType
A factory of polyphonic samplers.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateInstrument(ARI1InstrumentContextType services) Create a new instrument.
-
Constructor Details
-
ARIXP0SamplerFactory
public ARIXP0SamplerFactory()A factory of polyphonic samplers.
-
-
Method Details
-
openInstrumentDescription
- Specified by:
openInstrumentDescriptionin interfaceARI1InstrumentFactoryType- Returns:
- An input stream describing the instruments that will be created
-
createInstrument
Description copied from interface:ARI1InstrumentFactoryTypeCreate a new instrument.- Specified by:
createInstrumentin interfaceARI1InstrumentFactoryType- Parameters:
services- The services- Returns:
- A new instrument
-