You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Logging for Control Padsc2f2885
Control Pads now support a logging feature. Scripts can send log messages, which will be displayed in the Control Pad's bottom sheet.
To send a log message from a script, use the following JSON payload:
{
"type": "LOG",
"message": "hello world"
}
All messages sent will appear in the Control Pad bottom sheet.