This page has been translated automatically.
视频教程
界面
要领
高级
实用建议
专业(SIM)
UnigineEditor
界面概述
资源工作流程
版本控制
设置和首选项
项目开发
调整节点参数
Setting Up Materials
设置属性
照明
Sandworm
使用编辑器工具执行特定任务
如何擴展編輯器功能
嵌入式节点类型
Nodes
Objects
Effects
Decals
光源
Geodetics
World Nodes
Sound Objects
Pathfinding Objects
Players
编程
基本原理
搭建开发环境
使用范例
C++
C#
UnigineScript
UUSL (Unified UNIGINE Shader Language)
Plugins
File Formats
材质和着色器
Rebuilding the Engine Tools
GUI
双精度坐标
应用程序接口
Animations-Related Classes
Containers
Common Functionality
Controls-Related Classes
Engine-Related Classes
Filesystem Functionality
GUI-Related Classes
Math Functionality
Node-Related Classes
Objects-Related Classes
Networking Functionality
Pathfinding-Related Classes
Physics-Related Classes
Plugins-Related Classes
IG Plugin
CIGIConnector Plugin
Rendering-Related Classes
VR-Related Classes
创建内容
内容优化
材质
Material Nodes Library
Miscellaneous
Input
Math
Matrix
Textures
Art Samples
Tutorials

Unigine::Plugins::FMOD::DSPType Class

Header: #include <plugins/Unigine/FMOD/UnigineFMOD.h>
Notice
This set of functions is available when the FMOD plugin is loaded.

Pre-defined types of FMOD registered DSP units.

DSPType Class

枚举

TYPE#

Name说明/描 述
UNKNOWN = 0Was created via a non-FMOD plugin and has an unknown purpose.
MIXER = 1Does not process the signal, acts as a unit purely for mixing inputs.
OSCILLATOR = 2Generates sine/square/saw/triangle or noise tones.
LOWPASS = 3Filters sound using a high quality, resonant lowpass filter algorithm but consumes more CPU time. Deprecated and will be removed in a future release.
ITLOWPASS = 4Filters sound using a resonant lowpass filter algorithm that is used in Impulse Tracker, but with limited cutoff range (0 to 8060 Hz).
HIGHPASS = 5Filters sound using a resonant highpass filter algorithm. Deprecated and will be removed in a future release.
ECHO = 6Produces an echo on the sound and fades out at the desired rate.
FADER = 7Pans and scales the volume of a signal.
FLANGE = 8Produces a flange effect on the sound.
DISTORTION = 9Distorts the sound.
NORMALIZE = 10Normalizes or amplifies the sound to a certain level.
LIMITER = 11Limits the sound to a certain level.
PARAMEQ = 12Attenuates or amplifies a selected frequency range. Deprecated and will be removed in a future release.
PITCHSHIFT = 13Bends the pitch of a sound without changing the speed of playback.
CHORUS = 14Produces a chorus effect on the sound.
VSTPLUGIN = 15Allows the use of Steinberg VST plugins.
WINAMPPLUGIN = 16Allows the use of Nullsoft Winamp plugins.
ITECHO = 17Produces an echo on the sound and fades out at the desired rate as is used in Impulse Tracker.
COMPRESSOR = 18Dynamic compression (linked/unlinked multichannel, wideband).
SFXREVERB = 19I3DL2 reverb effect.
LOWPASS_SIMPLE = 20Filters sound using a simple lowpass with no resonance, but has flexible cutoff and is fast. Deprecated and will be removed in a future release.
DELAY = 21Produces different delays on individual channels of the sound.
TREMOLO = 22Produces a tremolo / chopper effect on the sound.
LADSPAPLUGIN = 23Unsupported / Deprecated.
SEND = 24Sends a copy of the signal to a return DSP anywhere in the DSP tree.
RETURN = 25Receives signals from a number of send DSPs.
HIGHPASS_SIMPLE = 26Filters sound using a simple highpass with no resonance, but has flexible cutoff and is fast. Deprecated and will be removed in a future release.
PAN = 27Pans the signal in 2D or 3D, possibly upmixing or downmixing as well.
THREE_EQ = 28Three-band equalizer.
FFT = 29Analyzes the signal and provides spectrum information back through getParameter.
LOUDNESS_METER = 30Analyzes the loudness and true peak of the signal.
ENVELOPEFOLLOWER = 31Tracks the envelope of the input/sidechain signal. Deprecated and will be removed in a future release.
CONVOLUTIONREVERB = 32Convolution reverb.
CHANNELMIX = 33Provides per channel gain, channel grouping of the input signal which also sets the speaker format for the output signal, and customizable input to output channel routing.
TRANSCEIVER = 34'Sends' and 'receives' from a selection of up to 32 different slots. It is like a send/return but it uses global slots rather than returns as the destination. Multiple transceivers can receive from a single channel, or multiple transceivers can send to a single channel, or a combination of both.
OBJECTPAN = 35Spatializes input signal by passing it to an external object mixer.
MULTIBAND_EQ = 36Five band parametric equalizer.
MAX = 37Maximum number of pre-defined DSP types.
Last update: 2023-03-15
Build: ()