# Using MIDI keyboard.

From version 3.2 of Depence, it is now possible to input start and stop events of scenes using a MIDI keyboard directly into an ongoing sequence. This facilitates the intuitive design of shows in harmony with the music and can significantly speed up the development process. \
Please note that this feature only works with scene-type tracks. It is recommended to save finished looks in the repository and then place them on the scene button.

{% hint style="info" %}
When using water pumps with a separate on/off function, ensure that you only control the pump pressure in these scenes, rather than turning the pump on or off each time.
{% endhint %}

To integrate scenes into your show, drag them from the repository into the track area of your timeline. After placing all scene tracks, select a track and right-click to open the “Learn Trigger” menu, or click on “Learn” in the “Settings” under “Remote Control” to assign a MIDI key. \
Press a key on your MIDI keyboard to assign it to a track.&#x20;

{% hint style="danger" %}
The dialog supports only Note-ON/OFF commands; other controller values are not supported. To remove an assignment, use the “Delete” button in the learning dialog.
{% endhint %}

Start your sequence and use the MIDI keyboard as you wish. The recorded events will become visible after ending the sequence with the stop button. It is also possible to record events in tracking mode. For this, change the "Tracking Default" property in the track properties.

A learned MIDI code is displayed in the track as M:NoteNumber.


---

# 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-show-sequencer/using-midi-keyboard..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.
