love.audio.getEffect
 Available since LÖVE 11.0  
 This function is not supported in earlier versions. 
Gets the settings associated with an effect.
Function
Synopsis
settings = love.audio.getEffect(name)
Arguments
string name- The name of the effect.
 
Returns
table settings- The settings associated with the effect.
 
See Also
 
    © 2006–2020 LÖVE Development Team
Licensed under the GNU Free Documentation License, Version 1.3.
    https://love2d.org/wiki/love.audio.getEffect