Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
R
- R - Enum constant in enum class com.blackrook.gloop.openal.effect.VocalMorpherEffect.Phoneme
- radToDeg(double) - Static method in class com.blackrook.gloop.openal.struct.MathUtils
-
Converts radians to degrees.
- rand(Random, int) - Static method in class com.blackrook.gloop.openal.struct.RandomUtils
-
Returns a random integer from 0 (inclusive) to x (exclusive).
- rand(Random, int, int) - Static method in class com.blackrook.gloop.openal.struct.RandomUtils
-
Returns a random integer from base to base+range.
- randBoolean(Random) - Static method in class com.blackrook.gloop.openal.struct.RandomUtils
-
Returns a random boolean.
- randByte(Random) - Static method in class com.blackrook.gloop.openal.struct.RandomUtils
-
Returns a random byte value.
- randBytes(Random, byte[]) - Static method in class com.blackrook.gloop.openal.struct.RandomUtils
-
Fills an array with random byte values.
- randChar(Random, CharSequence) - Static method in class com.blackrook.gloop.openal.struct.RandomUtils
-
Returns a random character in a string.
- randDouble(Random) - Static method in class com.blackrook.gloop.openal.struct.RandomUtils
- randDouble(Random, double, double) - Static method in class com.blackrook.gloop.openal.struct.RandomUtils
-
Returns a random double from lo to hi (inclusive).
- randDoubleN(Random) - Static method in class com.blackrook.gloop.openal.struct.RandomUtils
-
Returns a random double value from -1 to 1 (inclusive).
- randElement(Random, T...) - Static method in class com.blackrook.gloop.openal.struct.RandomUtils
-
Returns a random entry in an array/list.
- randFloat(Random) - Static method in class com.blackrook.gloop.openal.struct.RandomUtils
- randFloat(Random, float, float) - Static method in class com.blackrook.gloop.openal.struct.RandomUtils
-
Returns a random float from lo to hi (inclusive).
- randFloatN(Random) - Static method in class com.blackrook.gloop.openal.struct.RandomUtils
-
Returns a random float value from -1 to 1 (inclusive).
- randGauss(Random) - Static method in class com.blackrook.gloop.openal.struct.RandomUtils
- randGaussFloat(Random) - Static method in class com.blackrook.gloop.openal.struct.RandomUtils
-
Returns a random Gaussian-distributed float value from -inf to +inf.
- randGaussFloat(Random, float, float) - Static method in class com.blackrook.gloop.openal.struct.RandomUtils
-
Returns a random Gaussian float from lo to hi (inclusive).
- randInt(Random) - Static method in class com.blackrook.gloop.openal.struct.RandomUtils
- randInt(Random, int, int) - Static method in class com.blackrook.gloop.openal.struct.RandomUtils
-
Returns a random integer from lo to hi (inclusive).
- randLong(Random) - Static method in class com.blackrook.gloop.openal.struct.RandomUtils
- RandomUtils - Class in com.blackrook.gloop.openal.struct
-
Utility class for random generation.
- randShort(Random, int, int) - Static method in class com.blackrook.gloop.openal.struct.RandomUtils
-
Returns a random short from lo to hi (inclusive).
- randShort(Random, short, short) - Static method in class com.blackrook.gloop.openal.struct.RandomUtils
-
Returns a random short from lo to hi (inclusive).
- randString(Random, String, int) - Static method in class com.blackrook.gloop.openal.struct.RandomUtils
-
Generates a string of random characters from a provided alphabet.
- rate - Variable in class com.blackrook.gloop.openal.effect.ChorusEffect
-
Chorus rate in Hz.
- rate - Variable in class com.blackrook.gloop.openal.effect.FlangerEffect
-
Flanger rate in Hz.
- rate - Variable in class com.blackrook.gloop.openal.effect.VocalMorpherEffect
-
Vocal morpher rate in Hertz.
- readPCMBytes(byte[]) - Method in class com.blackrook.gloop.openal.JSPISoundHandle.Decoder
-
Reads a bunch of decoded bytes into the byte array.
- readPCMBytes(ByteBuffer) - Method in class com.blackrook.gloop.openal.JSPISoundHandle.Decoder
-
Reads a bunch of decoded bytes into the byte buffer, up to its current capacity.
- reflectionDelay - Variable in class com.blackrook.gloop.openal.effect.ReverbEffect
-
Reverb reflection delay in seconds.
- reflectionGain - Variable in class com.blackrook.gloop.openal.effect.ReverbEffect
-
Reverb reflection gain.
- REFRESH - Enum constant in enum class com.blackrook.gloop.openal.OALContext.ContextAttribute
- relay(InputStream, OutputStream, int) - Static method in class com.blackrook.gloop.openal.struct.IOUtils
-
Reads from an input stream, reading in a consistent set of data and writing it to the output stream.
- relay(InputStream, OutputStream, int, int) - Static method in class com.blackrook.gloop.openal.struct.IOUtils
-
Reads from an input stream, reading in a consistent set of data and writing it to the output stream.
- releaseTime - Variable in class com.blackrook.gloop.openal.effect.AutowahEffect
-
Autowah release time in seconds.
- removeAllListeners() - Method in class com.blackrook.gloop.openal.OALSource
-
Removes all source listeners from the Source.
- removeEffect() - Method in class com.blackrook.gloop.openal.OALEffectSlot
-
Removes the effect in this slot.
- removeSourceListener(OALSourceListener) - Method in class com.blackrook.gloop.openal.OALSource
-
Removes a source listener from this Source.
- requestContext() - Method in class com.blackrook.gloop.openal.OALObject
-
Sets a new context as current, in order to hold a context as current for an AL call.
- reset() - Method in class com.blackrook.gloop.openal.OALSource
-
Sets this Source's settings to defaults, and releases all buffers bound to it.
- resonance - Variable in class com.blackrook.gloop.openal.effect.AutowahEffect
-
Autowah resonance factor.
- ReverbEffect - Class in com.blackrook.gloop.openal.effect
-
Reverb effect for sound and stuff.
- ReverbEffect(OALContext) - Constructor for class com.blackrook.gloop.openal.effect.ReverbEffect
- rewind() - Method in class com.blackrook.gloop.openal.OALSource
-
Rewinds this source.
- rightDir - Variable in class com.blackrook.gloop.openal.effect.FrequencyShiftEffect
-
Frequency shifter right direction.
- RingModulatorEffect - Class in com.blackrook.gloop.openal.effect
-
Ring modulator effect for sources.
- RingModulatorEffect(OALContext) - Constructor for class com.blackrook.gloop.openal.effect.RingModulatorEffect
- RingModulatorEffect.WaveForm - Enum Class in com.blackrook.gloop.openal.effect
-
WaveForm type enumeration.
- roll(Random, int) - Static method in class com.blackrook.gloop.openal.struct.RandomUtils
-
Rolls a die.
- roll(Random, int, int) - Static method in class com.blackrook.gloop.openal.struct.RandomUtils
-
Rolls a die many times.
- roomRolloffFactor - Variable in class com.blackrook.gloop.openal.effect.ReverbEffect
-
Reverb room rolloff factor.
- rotateLeft(byte, int) - Static method in class com.blackrook.gloop.openal.struct.MathUtils
-
Rotates the bits of a number to the left.
- rotateLeft(int, int) - Static method in class com.blackrook.gloop.openal.struct.MathUtils
-
Rotates the bits of a number to the left.
- rotateLeft(long, int) - Static method in class com.blackrook.gloop.openal.struct.MathUtils
-
Rotates the bits of a number to the left.
- rotateLeft(short, int) - Static method in class com.blackrook.gloop.openal.struct.MathUtils
-
Rotates the bits of a number to the left.
- rotateRight(byte, int) - Static method in class com.blackrook.gloop.openal.struct.MathUtils
-
Rotates the bits of a number to the right.
- rotateRight(int, int) - Static method in class com.blackrook.gloop.openal.struct.MathUtils
-
Rotates the bits of a number to the right.
- rotateRight(long, int) - Static method in class com.blackrook.gloop.openal.struct.MathUtils
-
Rotates the bits of a number to the right.
- rotateRight(short, int) - Static method in class com.blackrook.gloop.openal.struct.MathUtils
-
Rotates the bits of a number to the right.
- roundToNearest(double, double) - Static method in class com.blackrook.gloop.openal.struct.MathUtils
-
Rounds to the nearest increment.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form