caudio/plugins/EAXLegacyPreset
2010-03-15 23:12:21 +00:00
..
cAp_EAX_LegacyPreset.xcodeproj Added mac project files for the plugins. Fixed the cAudioDefines to allow for normal std use on mac and iphone. Added new files to mac project file and iphone project file. 2010-03-15 23:12:21 +00:00
cEAXLegacyPresetPlugin.h Work on documenting the library for doxygen. 2010-02-17 01:42:45 +00:00
EAXLegacyPreset.cbp Fixed IAudioManager so it will compile under mingw. also created the two plugins cbp project files and added to workspace. 2010-02-16 03:18:18 +00:00
EAXLegacyPreset.vcproj Removed the CAUDIO_EXPORTS define completely, now the default is dynamic linking, unless CAUDIO_STATIC_LIB is defined. 2010-02-20 21:13:52 +00:00
License.txt Added a license file and readme for the EAXLegacyPreset plugin. 2010-02-15 00:00:40 +00:00
main.cpp Added linux support to the EAXLegacyPreset and created the makefile for it 2010-02-20 08:35:34 +00:00
Makefile Added linux support to the EAXLegacyPreset and created the makefile for it 2010-02-20 08:35:34 +00:00
ReadMe.txt Added a license file and readme for the EAXLegacyPreset plugin. 2010-02-15 00:00:40 +00:00

This plugin offers all the old Creative EAX Presets for EAX Reverberation effects.

List of effect presets available:
"Generic"
"Padded Cell"
"Room"
"Bath Room"
"Living Room"
"Stone Room"
"Auditorium"
"Concert Hall"
"Cave"
"Arena"
"Hangar"
"Carpeted Hallway"
"Hallway"
"Stone Corridor"
"Alley"
"Forest"
"City"
"Mountains"
"Quarry"
"Plain"
"Parking Lot"
"Sewer Pipe"
"Under Water"
"Drugged"
"Dizzy"
"Psychotic"

You can get access to them by calling:
(if manager is an IAudioManager instance)
manager->getEffects()->getEAXReverbPreset(<name>);