Home
last modified time | relevance | path

Searched refs:new_bypass (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/libopenshot/libopenshot-0.2.7/src/audio_effects/
H A DCompressor.cpp43 …ratio, Keyframe new_attack, Keyframe new_release, Keyframe new_makeup_gain, Keyframe new_bypass) : in Compressor() argument
44 …_ratio), attack(new_attack), release(new_release), makeup_gain(new_makeup_gain), bypass(new_bypass) in Compressor()
H A DExpander.cpp43 …ratio, Keyframe new_attack, Keyframe new_release, Keyframe new_makeup_gain, Keyframe new_bypass) : in Expander() argument
44 …_ratio), attack(new_attack), release(new_release), makeup_gain(new_makeup_gain), bypass(new_bypass) in Expander()
H A DExpander.h87 …w_ratio, Keyframe new_attack, Keyframe new_release, Keyframe new_makeup_gain, Keyframe new_bypass);
H A DCompressor.h87 …w_ratio, Keyframe new_attack, Keyframe new_release, Keyframe new_makeup_gain, Keyframe new_bypass);