Uses of Class
com.blackrook.gloop.openal.OALFilter
Packages that use OALFilter
Package
Description
Contains root classes.
Contains the EFX filter classes.
-
Uses of OALFilter in com.blackrook.gloop.openal
Methods in com.blackrook.gloop.openal that return OALFilterMethods in com.blackrook.gloop.openal with parameters of type OALFilterModifier and TypeMethodDescriptionvoidOALSource.setEffectSlot(int slot, OALEffectSlot effectSlot, OALFilter wetFilter) Sets an auxiliary effect and filter in a particular slot.voidOALSource.setEffectSlotFilter(int slot, OALFilter filt) Sets a filter in a particular aux slot (nullifies the effect slot).voidSets the "dry" filter to use for the dry signal for the effects later. -
Uses of OALFilter in com.blackrook.gloop.openal.filter
Subclasses of OALFilter in com.blackrook.gloop.openal.filterModifier and TypeClassDescriptionclassBand-pass filter object for band-pass filtering.classHigh-pass filter object for high-pass filtering.classLow-pass filter object for low-pass filtering.