Home
last modified time | relevance | path

Searched refs:newGain (Results 1 – 25 of 40) sorted by relevance

12

/dports/audio/mixxx/mixxx-2.3.0/src/engine/
H A Dchannelmixer_autogen.cpp40 newGain[0] = 0; in applyEffectsAndMixChannels()
58 newGain[0] = 0; in applyEffectsAndMixChannels()
70 newGain[1] = 0; in applyEffectsAndMixChannels()
89 newGain[0] = 0; in applyEffectsAndMixChannels()
101 newGain[1] = 0; in applyEffectsAndMixChannels()
113 newGain[2] = 0; in applyEffectsAndMixChannels()
133 newGain[0] = 0; in applyEffectsAndMixChannels()
145 newGain[1] = 0; in applyEffectsAndMixChannels()
157 newGain[2] = 0; in applyEffectsAndMixChannels()
169 newGain[3] = 0; in applyEffectsAndMixChannels()
[all …]
/dports/audio/traverso/traverso-0.49.6/src/commands/
H A DGain.cpp69 newGain = gain; in Gain()
75 newGain = 1.0; in Gain()
79 newGain = 1.0; in Gain()
90 if (origGain == newGain) { in prepare_actions()
102 newGain = origGain; in begin_hold()
165 newGain = dB_to_scale_factor(dbFactor); in set_collected_number()
170 get_gain_from_object(newGain); in set_collected_number()
202 newGain = dB_to_scale_factor(dbFactor); in increase_gain()
208 get_gain_from_object(newGain); in increase_gain()
221 newGain = dB_to_scale_factor(dbFactor); in decrease_gain()
[all …]
H A DGain.h59 float newGain; variable
/dports/audio/musicpd/mpd-0.23.6/src/pcm/AudioCompress/
H A Dcompress.c100 int newGain; in Compressor_Process_int16() local
133 newGain = (1 << 10)*prefs->target/peakVal; in Compressor_Process_int16()
136 newGain = (curGain*((1 << prefs->smooth) - 1) + newGain) in Compressor_Process_int16()
140 if (newGain > (prefs->maxgain << 10)) in Compressor_Process_int16()
141 newGain = prefs->maxgain << 10; in Compressor_Process_int16()
144 if (newGain < (1 << 10)) in Compressor_Process_int16()
145 newGain = 1 << 10; in Compressor_Process_int16()
148 if ((peakVal*newGain >> 10) > 32767) in Compressor_Process_int16()
156 obj->gain[slot] = newGain; in Compressor_Process_int16()
162 delta = (newGain - curGain) / (int)ramp; in Compressor_Process_int16()
[all …]
/dports/audio/mixxx/mixxx-2.3.0/src/engine/effects/
H A Dengineeffectsmanager.cpp147 const CSAMPLE_GAIN newGain) { in processPostFaderInPlace() argument
152 oldGain, newGain); in processPostFaderInPlace()
163 const CSAMPLE_GAIN newGain) { in processPostFaderAndMix() argument
168 oldGain, newGain); in processPostFaderAndMix()
180 const CSAMPLE_GAIN newGain) { in processInner() argument
186 SampleUtil::applyRampingGain(pIn, oldGain, newGain, numSamples); in processInner()
203 if (oldGain == CSAMPLE_GAIN_ONE && newGain == CSAMPLE_GAIN_ONE) { in processInner()
209 oldGain, newGain, numSamples); in processInner()
H A Dengineeffectsmanager.h45 const CSAMPLE_GAIN newGain = CSAMPLE_GAIN_ONE);
55 const CSAMPLE_GAIN newGain = CSAMPLE_GAIN_ONE);
83 const CSAMPLE_GAIN newGain = CSAMPLE_GAIN_ONE);
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/src/common/dsp/effect/chowdsp/tape/
H A DDegradeNoise.h23 void setGain(float newGain) { curGain = newGain; } in setGain() argument
/dports/devel/juce/JUCE-f37e9a1/modules/juce_dsp/widgets/
H A Djuce_Gain.h44 void setGainLinear (FloatType newGain) noexcept { gain.setTargetValue (newGain); } in setGainLinear() argument
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_dsp/processors/
H A Djuce_Gain.h45 void setGainLinear (FloatType newGain) noexcept { gain.setTargetValue (newGain); } in setGainLinear() argument
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_devices/sources/
H A Djuce_AudioSourcePlayer.cpp54 void AudioSourcePlayer::setGain (const float newGain) noexcept in setGain() argument
56 gain = newGain; in setGain()
H A Djuce_AudioTransportSource.cpp206 void AudioTransportSource::setGain (const float newGain) noexcept in setGain() argument
208 gain = newGain; in setGain()
H A Djuce_AudioSourcePlayer.h74 void setGain (float newGain) noexcept;
H A Djuce_AudioTransportSource.h130 void setGain (float newGain) noexcept;
/dports/audio/carla/Carla-2.4.1/source/modules/juce_audio_devices/sources/
H A Djuce_AudioSourcePlayer.cpp54 void AudioSourcePlayer::setGain (const float newGain) noexcept in setGain() argument
56 gain = newGain; in setGain()
H A Djuce_AudioTransportSource.cpp206 void AudioTransportSource::setGain (const float newGain) noexcept in setGain() argument
208 gain = newGain; in setGain()
H A Djuce_AudioSourcePlayer.h74 void setGain (float newGain) noexcept;
H A Djuce_AudioTransportSource.h130 void setGain (float newGain) noexcept;
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_audio_devices/sources/
H A Djuce_AudioSourcePlayer.cpp54 void AudioSourcePlayer::setGain (const float newGain) noexcept in setGain() argument
56 gain = newGain; in setGain()
H A Djuce_AudioTransportSource.cpp206 void AudioTransportSource::setGain (const float newGain) noexcept in setGain() argument
208 gain = newGain; in setGain()
H A Djuce_AudioSourcePlayer.h74 void setGain (float newGain) noexcept;
H A Djuce_AudioTransportSource.h130 void setGain (float newGain) noexcept;
/dports/audio/nas/nas-1.9.4/clients/audio/audemo/
H A Daudemo.c1263 int newGain; in gainScrollCB() local
1268 if (newGain < MIN_GAIN) in gainScrollCB()
1269 newGain = MIN_GAIN; in gainScrollCB()
1270 else if (newGain > MAX_GAIN) in gainScrollCB()
1271 newGain = MAX_GAIN; in gainScrollCB()
1275 globals->rec.gain = newGain; in gainScrollCB()
1290 int newGain; in gainJumpCB() local
1293 newGain = *percent * MAX_GAIN; in gainJumpCB()
1295 if (newGain < MIN_GAIN) in gainJumpCB()
1296 newGain = MIN_GAIN; in gainJumpCB()
[all …]
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_devices/audio_io/
H A Djuce_SystemAudioVolume.h43 static bool JUCE_CALLTYPE setGain (float newGain);
/dports/audio/carla/Carla-2.4.1/source/modules/juce_audio_devices/audio_io/
H A Djuce_SystemAudioVolume.h43 static bool JUCE_CALLTYPE setGain (float newGain);
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_audio_devices/audio_io/
H A Djuce_SystemAudioVolume.h43 static bool JUCE_CALLTYPE setGain (float newGain);

12