Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/opcodes/seq_position.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ The player will keep an internal counter creating a consecutive
note-on sequence for each region, starting at 1 and resetting at seq_length.
Maximum allowed value is 100.

Note that, as with other opcodes that restrict when a region plays,
`seq_position` is _combined_ with other playback restrictions.
If you have irregular region mappings, you may find you have "silent" steps.

## Example

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


[seq_length]: seq_length.md
[lorand / hirand]: lorand.md
[lorand / hirand]: lorand.md