Skip to content

Commit 9f659cc

Browse files
authored
Clarify why silent notes can happen (#174)
1 parent d1b072e commit 9f659cc

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

docs/opcodes/seq_position.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ The player will keep an internal counter creating a consecutive
77
note-on sequence for each region, starting at 1 and resetting at seq_length.
88
Maximum allowed value is 100.
99

10+
Note that, as with other opcodes that restrict when a region plays,
11+
`seq_position` is _combined_ with other playback restrictions.
12+
If you have irregular region mappings, you may find you have "silent" steps.
13+
1014
## Example
1115

1216
```sfz
@@ -91,4 +95,4 @@ except for sfizz where it will behave the same as setting `seq_position` to 1.
9195

9296

9397
[seq_length]: seq_length.md
94-
[lorand / hirand]: lorand.md
98+
[lorand / hirand]: lorand.md

0 commit comments

Comments
 (0)