Listen
Logs and displays all internal messages and commands between different Kickdrive modules and visible panels. This is a good starting point for developing your own automation scripts, because it shows which KickMessage is used to perform a certain function available through a Kickdrive user interface interaction.
Macro Recorder
In addition to the Listen function, a new line of Python code will be generated for each new command request that was sent through user interface interaction. This does not result in a complete working Python automation script for repeating the user action, but it is again a good way to find out about the Kickdrive internal commands and responses, and how they can be used with your own Python program.
|