Clamps Dictionary
with-gui-update-off
Macro
(with-gui-update-off (instance) &body body)
Evaluate code of body in the context of the gui-update-off slot of instance set to t. After the body has evaluated, the gui-update-off slot is set to its previous value before entering body.
Arguments
instance |
Instance of type midi-controller. |
body |
Zero or more lisp forms. |
Created: 2025-02-18 Di 12:58