org.jouvieje.fmodex.enumerations
Class FMOD_DSP_FLANGE
java.lang.Object
org.jouvieje.fmodex.enumerations.FMOD_DSP_FLANGE
- All Implemented Interfaces:
- java.lang.Comparable, org.jouvieje.fmodex.enumerations.Enumeration
- public class FMOD_DSP_FLANGE
- extends java.lang.Object
- implements org.jouvieje.fmodex.enumerations.Enumeration, java.lang.Comparable
Parameter types for the FMOD_DSP_TYPE_FLANGE filter.
Remarks
Flange is an effect where the signal is played twice at the same time, and one copy slides back and forth creating a whooshing or flanging effect.
As there are 2 copies of the same signal, by default each signal is given 50% mix, so that the total is not louder than the original unaffected signal.
Flange depth is a percentage of a 10ms shift from the original signal. Anything above 10ms is not considered flange because to the ear it begins to 'echo' so 10ms is the highest value possible.
Platforms Supported
Win32, Win64, Linux, Linux64, Macintosh, Xbox360, PlayStation 2, PlayStation Portable, PlayStation 3, Wii, Solaris, iPhone
See Also
DSP::setParameter
DSP::getParameter
FMOD_DSP_TYPE
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
FMOD_DSP_FLANGE_DRYMIX
public static final FMOD_DSP_FLANGE FMOD_DSP_FLANGE_DRYMIX
FMOD_DSP_FLANGE_WETMIX
public static final FMOD_DSP_FLANGE FMOD_DSP_FLANGE_WETMIX
FMOD_DSP_FLANGE_DEPTH
public static final FMOD_DSP_FLANGE FMOD_DSP_FLANGE_DEPTH
FMOD_DSP_FLANGE_RATE
public static final FMOD_DSP_FLANGE FMOD_DSP_FLANGE_RATE
asInt
public int asInt()
- Specified by:
asInt
in interface org.jouvieje.fmodex.enumerations.Enumeration
- Returns:
- the integer value of the enumeration constant.
toString
public java.lang.String toString()
equals
public boolean equals(java.lang.Object object)
compareTo
public int compareTo(java.lang.Object object)
- Specified by:
compareTo
in interface java.lang.Comparable
get
public static FMOD_DSP_FLANGE get(int nativeValue)
- Retrieve a FMOD_DSP_FLANGE enum field with his integer value
- Parameters:
nativeValue
- the integer value of the field to retrieve
- Returns:
- the FMOD_DSP_FLANGE enum field that correspond to the integer value
get
public static FMOD_DSP_FLANGE get(Pointer pointer)
- Retrieve a FMOD_DSP_FLANGE enum field from a Pointer
- Parameters:
pointer
- a pointer holding an FMOD_DSP_FLANGE enum field
- Returns:
- the FMOD_DSP_FLANGE enum field that correspond to the enum field in the pointer
iterator
public static java.util.Iterator iterator()
- Returns:
- an
Iterator
over the elements in this enumeration.
Can be cast to Iterator
in Java 1.5.
NativeFmodEx Project - © Copyright 2005-2010 - Jérôme Jouvie (Jouvieje)
NativeFmodEx is an Open Source Project under GNU LGPL License
My sites : http://jerome.jouvie.free.fr/
(Documentation Copyright © Firelight Technologies - FMOD Ex - http://www.fmod.org)