caudio/plugins/EAXLegacyPreset
2010-02-16 03:18:18 +00:00
..
cEAXLegacyPresetPlugin.h Fixed the visual studio files to use the _d suffix 2010-02-16 03:00:21 +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 Added ability for users to access the plugin manager. 2010-02-14 23:16:44 +00:00
License.txt Added a license file and readme for the EAXLegacyPreset plugin. 2010-02-15 00:00:40 +00:00
main.cpp Fixed the visual studio files to use the _d suffix 2010-02-16 03:00:21 +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>);