`IN` reading is delayed #132
Closed
Comments
|
discussion here: https://llllllll.co/t/teletype-in-cv-read-latency/10142 |
Merged
|
this was fixed/merged, closing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please describe the bug.
INreturns a cached value, not the actual value at the input when the command is executedPlease include the hash displayed at startup and the release of the software (e.g. "Teletype v2.0.1 5f838c9")
Teletype v2.0.1 5f838c9 ad358cdWhat steps are required to reproduce the bug?
TR.P 1; CV 1 INexpected result: CV 1 outputs the incoming CV
actual result: CV 1 outputs some previous CV
this is due to the fact that the input is being read from a timer which runs every 61ms.
The text was updated successfully, but these errors were encountered: