# Scenes

Scenes are a "snapshot" of all currently active (selected to store) values and effects in the Programmer. The Scene View of the Repository is visible in a button layout, which offers you to quickly start & stop scenes. This is essential especially while programming a show, e.g. to keep all lights on while programming effects on pumps only.

![](/files/-MhI_kYmJrFTHcm8dWrl)

With a click on one of the Scene-Buttons the scene will be executed immediately and is running in LTP to other running scenes.

## **Button Settings**

To change the behavior of a Repository Scene-Button, make a **right-click** on the button and click "**Button Settings**".

| In-/Out fade time  | Fades the Scene in given seconds.                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| ------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| In-/Out delay time | Delays the Scene in given seconds.                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| Button Type        | <p><strong>SWITCH</strong><br>The scene will be triggered once the button gets pressed and it will release when pressed again.<br><strong>LATCH (tracking)</strong><br>The scene will be triggered once the button gets pressed and will act in tracking mode. The scene will run until another scene will overwrite it or the Programmer Release button gets pressed.<br><strong>FLASH</strong><br>The scene will be triggered as long as the button is pressed down.</p> |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.depence.com/depence-show-and-animation/depence-repository/depence-scenes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
