diff options
author | Svart Adam Solander <adam.solander@gmail.com> | 2022-11-20 21:37:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-20 21:37:41 +0100 |
commit | 8f684aa676062fd264c9289ad4cc2f5752bf2d97 (patch) | |
tree | 02623cc24c0bbc8d5a4826d85bee1e16931327c2 /backends | |
parent | 811592c8190d12c6c7affa5772db3be30ba941e9 (diff) | |
download | midimonster-8f684aa676062fd264c9289ad4cc2f5752bf2d97.tar.gz midimonster-8f684aa676062fd264c9289ad4cc2f5752bf2d97.tar.bz2 midimonster-8f684aa676062fd264c9289ad4cc2f5752bf2d97.zip |
Update osc.md
Fixed broken link to the OSC Specification 1.0.
Diffstat (limited to 'backends')
-rw-r--r-- | backends/osc.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/osc.md b/backends/osc.md index 61b3324..939c742 100644 --- a/backends/osc.md +++ b/backends/osc.md @@ -30,7 +30,7 @@ This is done by specifying *patterns* in the instance configuration using an ass ``` The pattern will be matched only against the local part (that is, the path excluding any configured instance root). -Patterns may contain the following expressions (conforming to the [OSC pattern matching specification](http://opensoundcontrol.org/spec-1_0)): +Patterns may contain the following expressions (conforming to the [OSC pattern matching specification](https://opensoundcontrol.stanford.edu/spec-1_0.html)): * `?` matches any single legal character * `*` matches zero or more legal characters * A comma-separated list of strings inside curly braces `{}` matches any of the strings |