convert all .md to .mdx

This commit is contained in:
Joel Wetzell
2026-03-28 14:59:10 -05:00
parent 694c0e505a
commit a8fc730eed
61 changed files with 0 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
---
title: Processors
sidebar:
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
- **params**: optional map for processor configuration values. The valid values will depend on the processor type