Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Latest commit

 

History

History
26 lines (16 loc) · 420 Bytes

File metadata and controls

26 lines (16 loc) · 420 Bytes

Snippets for LED Status


The DaVinci Resolve Control Surface panel have the ability to use Lua Snippets to set whether or not an LED is active.

The Snippet should return a true or a false.

You can learn more about Lua on the CommandPost Developers site.


Examples

Set LED to On

return true

Set LED to Off

return false