#pragma once // Error Codes enum { CELL_SOUND_SYNTH2_ERROR_FATAL = 0x80310201, CELL_SOUND_SYNTH2_ERROR_INVALID_PARAMETER = 0x80310202, CELL_SOUND_SYNTH2_ERROR_ALREADY_INITIALIZED = 0x80310203, }; struct CellSoundSynth2EffectAttr { be_t core; be_t mode; be_t depth_L; be_t depth_R; be_t delay; be_t feedback; };