diff options
author | cbdev <cb@cbcdn.com> | 2019-07-28 23:19:54 +0200 |
---|---|---|
committer | cbdev <cb@cbcdn.com> | 2019-07-28 23:19:54 +0200 |
commit | aef72140273b3d98a4d86a42f0f3bcce6d5899ca (patch) | |
tree | 61771bad087e6cda87052c938328e5b6354d7ead /backends/osc.md | |
parent | 0bb690437795f1be0f68c562fc2b9dbc66bc97a8 (diff) | |
download | midimonster-aef72140273b3d98a4d86a42f0f3bcce6d5899ca.tar.gz midimonster-aef72140273b3d98a4d86a42f0f3bcce6d5899ca.tar.bz2 midimonster-aef72140273b3d98a4d86a42f0f3bcce6d5899ca.zip |
Fix Lua timing on non-linux
Diffstat (limited to 'backends/osc.md')
-rw-r--r-- | backends/osc.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/backends/osc.md b/backends/osc.md index b7ce527..1446e06 100644 --- a/backends/osc.md +++ b/backends/osc.md @@ -58,6 +58,9 @@ To configure a range of faders, an expression similar to the following line coul /1/fader* = f 0.0 1.0 ``` +When matching channels against the patterns to use, the first matching pattern (in the order in which they have been configured) will be used +as configuration for that channel. + #### Channel specification A channel may be any valid OSC path, to which the instance root will be prepended if |