Class ARIP0SamplerFactory
java.lang.Object
com.io7m.aradine.instrument.sampler_p0.ARIP0SamplerFactory
- 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
-
ARIP0SamplerFactory
public ARIP0SamplerFactory()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
-