diff options
author | Gareth Stockwell <ext-gareth.stockwell@nokia.com> | 2010-01-11 18:08:00 (GMT) |
---|---|---|
committer | Gareth Stockwell <ext-gareth.stockwell@nokia.com> | 2010-01-11 18:08:00 (GMT) |
commit | 24392fb62bb34a80eb7ce13662b0a8744c9ab415 (patch) | |
tree | 5cfef2c30f07356e361d8c69948130af364c5b93 /src/3rdparty/phonon/mmf/environmentalreverb.cpp | |
parent | 5a8c0ded599263446010dfc1729dcab8b2f62f0d (diff) | |
download | Qt-24392fb62bb34a80eb7ce13662b0a8744c9ab415.zip Qt-24392fb62bb34a80eb7ce13662b0a8744c9ab415.tar.gz Qt-24392fb62bb34a80eb7ce13662b0a8744c9ab415.tar.bz2 |
Added enable/disable parameter to each effect in Phonon MMF backend
Task-number: QTBUG-4659
Reviewed-by: Espen Riskedal
Diffstat (limited to 'src/3rdparty/phonon/mmf/environmentalreverb.cpp')
-rw-r--r-- | src/3rdparty/phonon/mmf/environmentalreverb.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/3rdparty/phonon/mmf/environmentalreverb.cpp b/src/3rdparty/phonon/mmf/environmentalreverb.cpp index f362afd..89f8d60 100644 --- a/src/3rdparty/phonon/mmf/environmentalreverb.cpp +++ b/src/3rdparty/phonon/mmf/environmentalreverb.cpp @@ -33,7 +33,7 @@ PHONON_MMF_DEFINE_EFFECT_FUNCTIONS(EnvironmentalReverb) enum Parameters { - DecayHFRatio, + DecayHFRatio = AbstractAudioEffect::ParameterBase, DecayTime, Density, Diffusion, @@ -51,7 +51,7 @@ EnvironmentalReverb::EnvironmentalReverb(QObject *parent, const QList<EffectPara } -int EnvironmentalReverb::parameterChanged(const EffectParameter ¶m, +int EnvironmentalReverb::effectParameterChanged(const EffectParameter ¶m, const QVariant &value) { const qreal externalLevel = value.toReal(); |