11 lines
No EOL
551 B
Markdown
11 lines
No EOL
551 B
Markdown
# Deckster
|
||
|
||
## Terminology
|
||
- `handler runner`: Node that is running handlers.
|
||
- `handler host`: A `handler runner` that is not the `coordinator`.
|
||
- `coordinator`: Node to which the Loupedeck device is physically connected. Always a `handler runner`.
|
||
|
||
## Attribution
|
||
[foxxyz’s `loupedeck` library for JavaScript](https://github.com/foxxyz/loupedeck)
|
||
(licensed under the [MIT license](https://github.com/foxxyz/loupedeck/blob/e41e5d920130d9ef651e47173c68450b9c832b96/LICENSE))
|
||
was used as a reference for and inspired the design of `loupedeck_serial`. |