pylive-played-clip
Usage
This is a script to watch Ableton live for when a clip finishes and dim the color of the track. If the script detects that Ableton play has stopped, it will reset the colors.
usage: pylive-played-clip --version
Command Line Examples
> pylive-played-clip
> pylive-played-clip --dim-color 555555 --log-level debug
Named Arguments
- --dim-color, -c
The color to dim to in hex form, FFFFFF
- --dim-ratio
If dim values for red, green and blue are not all specified, we’ll reduce the clips values by this amount
Default: 2.0
- --polling-delay
Default 0.1 second. The polling delay
Default: 0.1
- --no-reset
If provided, the colors will not be reset when Ableton stops.
Default: False
- --log-level, -l
Possible choices: fatal, error, warn, info, debug
Sets the logging level.
Default: “info”
- --version, -v
Prints the version of the utility.