Skip to content

fix: clarify numbering of steps for use in playAction#66

Open
jstarpl wants to merge 2 commits into
ebu:mainfrom
jstarpl:fix/specify-goto-playAction
Open

fix: clarify numbering of steps for use in playAction#66
jstarpl wants to merge 2 commits into
ebu:mainfrom
jstarpl:fix/specify-goto-playAction

Conversation

@jstarpl
Copy link
Copy Markdown

@jstarpl jstarpl commented May 15, 2026

Currently the specification document is not very clear on how the steps are numbered. There is no specific information, but the diagrams and example text talks about step 1, step 2 and so on. All ograf template runtimes and servers known to me use 0-based step indexing, meaning the first step is can be displayed through playAction({ goto: 0 }). This does make sense on many levels & is generally consistent with Computer Science best practices. This change makes this numbering scheme explicit and modifies the examples to reduce ambiguity.

@dvdeurse
Copy link
Copy Markdown
Collaborator

Looks good to me!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants