From 9d06c40a13db7352cf4c27c3479425f8dec59d22 Mon Sep 17 00:00:00 2001 From: Peter L Jones Date: Sun, 24 May 2026 11:29:41 +0100 Subject: [PATCH] Clarify why silent notes can happen --- docs/opcodes/seq_position.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/opcodes/seq_position.md b/docs/opcodes/seq_position.md index 7a7e8d33e..76a820b81 100644 --- a/docs/opcodes/seq_position.md +++ b/docs/opcodes/seq_position.md @@ -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 @@ -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 \ No newline at end of file