Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TT Queue documentation gives 2 different values for maximum Q size #296

Open
wolfgangschaltung opened this issue Oct 23, 2022 · 0 comments

Comments

@wolfgangschaltung
Copy link

wolfgangschaltung commented Oct 23, 2022

The online TT documentation (both the PDF and the web version) gives 2 different values for maximum Q size.

The 2nd sentence of the 1st paragraph of the "Queue" chapter gives an outdated value for maximum Q size: "The queue can hold up to 16 values." This should be changed to the correct value of 64.

The 1st sentence of the 2nd paragraph of the "Queue" chapter gives the correct value for maxium Q size: "The queue has a maximum size of 64 elements, with a dynamic length marker, set by Q.N."

I found no other occurances of the outdated maximum Q size in the manual.

Teletype v4.0.0 CBAEE74

What steps are required to reproduce the bug?

  1. Go to https://monome.org/docs/teletype/manual.pdf, scroll to page 63, read 1st and 2nd paragraph.
    or
  2. Go to https://monome.org/docs/teletype/manual/#queue, read 1st and 2nd paragraph.
Dewb added a commit to Dewb/teletype that referenced this issue Aug 21, 2023
tehn pushed a commit that referenced this issue Aug 21, 2023
* Update queue docs (addressing #296)

* Fix typo
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

No branches or pull requests

1 participant