mirror of
https://github.com/jwetzell/showbridge-docs.git
synced 2026-09-01 10:18:58 +00:00
format
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
---
|
||||
title: Processors
|
||||
sidebar:
|
||||
order: 4
|
||||
order: 4
|
||||
---
|
||||
|
||||
Processors are anything that create or manipulate messages. They are configured in the `processors` property of an individual [route](/concepts/routes). Processors have the ability to change the type of the message flowing through the system so a byte array can come into a `osc.message.decode` processor and a OSC message type will come out of the processor.
|
||||
|
||||
## YAML Definition
|
||||
|
||||
A processor YAML block has the following properties
|
||||
|
||||
- **type**: the processor type
|
||||
|
||||
Reference in New Issue
Block a user