The Turing Machine module is not a computer-science Turing machine — the name is evocative, not technical
The module’s name invites the misconception that it implements or simulates Alan Turing’s theoretical Turing machine (a model of universal computation). It does not. It uses a shift register — a simple looping binary memory — which shares only the superficial feature of ‘a loop of data being changed’; the similarity ends there, and the designer explicitly disclaims that it is a ‘random sequence generator based on the research of Alan Turing’. Confusing the two leads to misunderstanding both the module (which just shifts bits and outputs voltages) and the mathematical concept (which can compute any computable function).
Examples
A theoretical Turing machine can simulate any algorithm. The Music Thing module can only shift bits around a loop and emit control voltages — a far simpler, fixed operation.
Assessment
Explain why naming this module a ‘Turing Machine’ can mislead. What does its shift register actually do, and how does that differ from a computer-science Turing machine?