Package jag.audio
Interface RSAudioInstrument
-
- All Superinterfaces:
RSProvider
public interface RSAudioInstrument extends RSProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int[]
getOscillatorPitch()
RSAudioEnvelope
getPitchEnvelope()
-
-
-
Method Detail
-
getPitchEnvelope
RSAudioEnvelope getPitchEnvelope()
-
getOscillatorPitch
int[] getOscillatorPitch()
-
-