AudioAnalyser LAF
-
Can someone point me at the LAF documentation for this?
- I want the display to fade in from the right and fade out to the left...
-
laf.registerFunction("drawAnalyserPath", function(g, obj) {}); laf.registerFunction("drawAnalyserGrid", function(g, obj) {}); laf.registerFunction("drawAnalyserBackground", function(g, obj) {});
For a fade use
g.setGradientFill()
-
@d-healey thanks.