Interface ARI1InstrumentType
- All Known Implementing Classes:
ARIM0Sampler, ARIP0Sampler, ARIXP0Sampler
@ProviderType
public interface ARI1InstrumentType
The interface implemented by instruments.
-
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(ARI1InstrumentContextType context) Execute audio processing for one processing period.voidreceiveEvent(ARI1InstrumentContextType context, ARI1EventConfigurationType event) Receive and buffer an event for processing during the next processing period.
-
Method Details
-
process
Execute audio processing for one processing period.- Parameters:
context- The audio processing context
-
receiveEvent
Receive and buffer an event for processing during the next processing period.- Parameters:
context- The audio processing contextevent- The event
-