love.audio.getMaxSourceEffects
 Available since LÖVE 11.0  
 This function is not supported in earlier versions. 
Gets the maximum number of active Effects in a single Source object, that the system can support.
Function
Synopsis
maximum = love.audio.getMaxSourceEffects( )
Arguments
None.
Returns
number maximum- The maximum number of active Effects per Source.
 
Notes
This function return 0 for system that doesn't support audio effects.
See Also
 
    © 2006–2020 LÖVE Development Team
Licensed under the GNU Free Documentation License, Version 1.3.
    https://love2d.org/wiki/love.audio.getMaxSourceEffects