mirror of
https://github.com/jwetzell/showbridge-docs.git
synced 2026-09-10 06:29:26 +00:00
format
This commit is contained in:
@@ -1,21 +1,21 @@
|
||||
---
|
||||
title: Dictionary
|
||||
sidebar:
|
||||
label: Dictionary
|
||||
order: 2
|
||||
label: Dictionary
|
||||
order: 2
|
||||
---
|
||||
|
||||
- **router**: throughout documentation I will use the term router to refer to a configured/running instance of showbridge
|
||||
- **modules**: modules are configured instances that can produce or consume message like a TCP server or a UDP client
|
||||
- **routes**: routes take messages coming from a module (input), pass the
|
||||
- **processors**: processors process messages, this can be anything such as:
|
||||
- [decoding bytes into a string](/processors/string/decode)
|
||||
- [creating random numbers](/processors/int/random)
|
||||
- [filtering OSC message](/processors/osc/message/filter)
|
||||
- [running custom JavaScript snippets](/processors/script/js)
|
||||
- **processors**: processors process messages, this can be anything such as:
|
||||
- [decoding bytes into a string](/processors/string/decode)
|
||||
- [creating random numbers](/processors/int/random)
|
||||
- [filtering OSC message](/processors/osc/message/filter)
|
||||
- [running custom JavaScript snippets](/processors/script/js)
|
||||
|
||||
import { Aside } from '@astrojs/starlight/components';
|
||||
import { Aside } from "@astrojs/starlight/components";
|
||||
|
||||
<Aside type="note">
|
||||
Router output is also handled by [a processor](/processors/router/output)!
|
||||
</Aside>
|
||||
Router output is also handled by [a processor](/processors/router/output)!
|
||||
</Aside>
|
||||
|
||||
@@ -1,13 +1,14 @@
|
||||
---
|
||||
title: Overview
|
||||
sidebar:
|
||||
label: Overview
|
||||
order: 1
|
||||
label: Overview
|
||||
order: 1
|
||||
---
|
||||
|
||||
showbridge is a kind of re-imagining of [OSCulator](https://osculator.net/) taken way too far.
|
||||
|
||||
### Included Modules
|
||||
|
||||
- HTTP
|
||||
- server
|
||||
- UDP
|
||||
@@ -28,7 +29,7 @@ showbridge is a kind of re-imagining of [OSCulator](https://osculator.net/) take
|
||||
- call server
|
||||
- [DTMF](https://en.wikipedia.org/wiki/DTMF_signaling) server
|
||||
- MIDI
|
||||
- input (not included in pre-built binaries yet)
|
||||
- output (not included in pre-built binaries yet)
|
||||
- input (not included in pre-built binaries yet)
|
||||
- output (not included in pre-built binaries yet)
|
||||
- Serial
|
||||
- client (not included in pre-built binaries yet)
|
||||
- client (not included in pre-built binaries yet)
|
||||
|
||||
Reference in New Issue
Block a user