Uses of Class
com.blackrook.gloop.openal.OALEffectSlot
Packages that use OALEffectSlot
-
Uses of OALEffectSlot in com.blackrook.gloop.openal
Methods in com.blackrook.gloop.openal that return OALEffectSlotModifier and TypeMethodDescriptionOALContext.createEffectSlot()Creates a new Auxiliary Effect Slot for adding a filter and effects to Sources.Methods in com.blackrook.gloop.openal with parameters of type OALEffectSlotModifier and TypeMethodDescriptionvoidOALSource.setEffectSlot(int slot, OALEffectSlot eSlot) Sets an auxiliary effect in a particular slot (nullifies the filter slot).voidOALSource.setEffectSlot(int slot, OALEffectSlot effectSlot, OALFilter wetFilter) Sets an auxiliary effect and filter in a particular slot.