fix title and order

This commit is contained in:
Joel Wetzell
2025-12-13 13:55:45 -06:00
parent f1440250ac
commit 88838fd023
@@ -1,7 +1,7 @@
--- ---
title: Decode title: Filter
sidebar: sidebar:
order: 1 order: 3
--- ---
The `osc.message.filter` module takes an OSC message and matches it against a configured [OSC address pattern](https://opensoundcontrol.stanford.edu/spec-1_0.html). When the message does not match the payload of the processor will be set to `nil` result in the route being terminated. This processor will return an error if the OSC address pattern cannot be parsed. The `osc.message.filter` module takes an OSC message and matches it against a configured [OSC address pattern](https://opensoundcontrol.stanford.edu/spec-1_0.html). When the message does not match the payload of the processor will be set to `nil` result in the route being terminated. This processor will return an error if the OSC address pattern cannot be parsed.