We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 417f9af commit a9209a8Copy full SHA for a9209a8
1 file changed
docs/opcodes/key.md
@@ -49,9 +49,9 @@ the lokey value it would set will override the previous lokey.
49
lokey=70 key=72
50
```
51
52
-For cases where a region should not actually be triggered by a key (usually this
53
-is the case with regions triggered by MIDI CC changes), the special value of key=-1
54
-can be used.
+For cases where a region should not actually be triggered by a MIDI note message (usually
+this means a region triggered by MIDI CC changes, for example the movement of piano
+pedals), the special value of -1 can be used:
55
56
```sfz
57
key=-1
0 commit comments