Class ARIM0SampleState
java.lang.Object
com.io7m.aradine.instrument.sampler_m0.internal.ARIM0SampleState
The playback state of a sample.
-
Method Summary
Modifier and TypeMethodDescriptionvoidevaluate(double pitchBend, double[] frame) Evaluate the sample.
-
Method Details
-
evaluate
public void evaluate(double pitchBend, double[] frame) Evaluate the sample.- Parameters:
pitchBend- The current pitch bend valueframe- The output frame
-