# Automations Overview

Automations is an advanced feature of MixEffect that lets you control your ATEM switcher automatically based on audio levels, voice commands, or external triggers.

* OSC
* Shortcuts
* Video Follows Audio

In the following sections in MixEffect, Automation links appear allowing you to quickly create shortcuts and OSC actions for the current state of your switcher. Some automations can be configured to be animated over time and with a custom animation style.

* [Color Generators](https://docs.mixeffect.app/explore/color-generators)
* [Downstream Keyers](https://docs.mixeffect.app/automate/osc/messages/downstream-keyers)
* [SuperSource](https://docs.mixeffect.app/explore/supersource)
* [Transitions](https://docs.mixeffect.app/explore/transitions)
* [Upstream Keyers](https://docs.mixeffect.app/explore/upstream-keyers)

## OSC

You can control certain functions of MixEffect via Open Sound Control (OSC) clients. This allows you, for instance, to use the popular Stream Deck (when powered by Companion) to assign buttons to set SuperSource presets, activate Video Follows Audio, or to run shortcuts.

Read the section on [OSC](https://docs.mixeffect.app/automate/osc) for more details.

## Shortcuts

iOS comes with a built-in application and system-wide method for automating tasks on your device called Shortcuts. It's tied heavily into the Siri system for using your voice to perform some action. Maybe you've used it to call someone or send a text message.

With MixEffect, you can control your ATEM switchers with just your voice or through a shortcut.

Read the [Shortcuts](https://docs.mixeffect.app/automate/shortcuts) section for more details.

## Video Follows Audio

MixEffect allows you to set up an auto-switcher system based on audio levels from your audio input sources.

For instance, you can instruct your switcher to change automatically to Input 1 whenever the Mic 1 audio level passes -20dB. You can have it hold there for 5 seconds before allowing another audio input to trigger another camera change.

This is useful if you are doing a production as a one-man team and want to automate the switching aspects of your show.

Learn more about [Video Follows Audio ](https://docs.mixeffect.app/automate/video-follows-audio)here.


---

# 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://docs.mixeffect.app/automate/automations-overview.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.
