> For the complete documentation index, see [llms.txt](https://help.depence.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.depence.com/depence-hardware/modules/depence-logic-module/logic-module-items/inputs.md).

# Inputs

### ![](/files/MIO7TTj9Pf4sDWJTwnNV) Read DMX Universe

Complete DMX universes are available at the outputs for connection to other components.\
The number of universes to be connected can be set via Count. With Start by DMX Line the index of the first universe.

### ![](/files/NZSImBamHXnSpae2gxZ5) Static Value

Specifies a static input value.

### ![](/files/BqG7FksGWIMI4XOHcBJE) Read MIDI Note

Reads a MIDI note from the MIDI input.

### ![](/files/c0RUOMNJBFvHRQHXlWu8) Keyboard Input

Checks if a certain character was pressed on the keyboard.

### ![](/files/9kMFT0xUSKxTaUnVERmB) Read MIDI Controller&#x20;

Reads a MIDI controller value from the MIDI input.

### ![](/files/xX55jAAH2iq7LFGtRPhF) Read Variable

Reads an input value from a variable. \
Note the upper and lower case of the variable name.

### ![](/files/8R3Tj3CzivBkReYiUnES) Analog Input

Reads an analog value from one of the 12 analog inputs of the vServer4.

### ![](/files/6yqYrBza5Ih4Z1dzLLyt) Digital Input

Reads a logical input value from one of the 8 digital inputs.

### ![](/files/QMnxUIpA47OtkW4i7lxy) Read DMX

Reads a DMX value from a DMX address.

### ![](/files/Hr1M5oDKPXOcXua6icWg) Read VirtualMaster

Reads the currently set value from a virtual master.\
Drop a virtual master from the repository onto this module.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.depence.com/depence-hardware/modules/depence-logic-module/logic-module-items/inputs.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
