A C D F G H I J L M O P Q R S T U V

I

IIRFilter - Class in toxi.audio
This class provides a simple IIR filter implementation with one of lowpass, highpass or bandpass characteristics.
IIRFilter(IIRFilter.Type, float) - Constructor for class toxi.audio.IIRFilter
 
IIRFilter.Type - Enum in toxi.audio
 
init(float, float) - Method in class toxi.audio.IIRFilter
Initializes the filter to the given cutoff frequency and Q (resonance) settings.
init() - Method in class toxi.audio.JOALUtil
Initializes the OpenAL context.
init(String, boolean) - Method in class toxi.audio.JOALUtil
Initializes the OpenAL context and if parameter is true, will attempt to also setup an EAX environment.
INV_HALFTONE - Static variable in class toxi.music.scale.AbstractScale
 
isEAXSupported() - Method in class toxi.audio.JOALUtil
Checks if EAX are supported by the underlying hardware.
isLooping() - Method in class toxi.audio.AudioSource
 

A C D F G H I J L M O P Q R S T U V