Hello! I wrote a Keyboard Maestro macro to fade in/out mimoLive layers volumes.
Short demo: https://youtu.be/My_6HcoCrjI
mimoLive document: download
Keyboard Maestro macro: download
To call the macro you need to enable Keyboard Maestro web server and to use a mimoLive automation layer with the following syntax:
httpRequest(http://[keyboard_maestro_webserver_ip]:[keyboard_maestro_webserver_port]/action.html?macro=[macroUUID]&value=[layer_API_endpoint];[fade_duration_in_seconds];[‘fadein’ or ‘fadeout’])
Example:
I did not extensively test it, so any feedback is more than welcome.