38 Od

Simulates a Lorenz attractor to generate loopable CV and pulse signals. This release folder is a stub; documentation and UF2 builds are maintained in the external repository.

README

Od

Od is a program for the Music Thing Modular Workshop System's Computer module that simulates the Lorenz system in order to produce loop-able control voltage and pulse signals that display sensitivity to initial conditions.

To use, download the latest .uf2 file from the release page and copy to the Computer module following the Workshop System instructions. The latest documentation is available here.

Issues and Contact

This project is developed and documented in a separate repo, issues and feature requests can be raised there, or by finding the author via the Workshop System Discord (@sneddo_trainer). The program uses the pyworkshopsystem repo, a reusable package for building programs for the Computer module with MicroPython.

Verify your download

Confirm the file you downloaded really is that new firmware.

macOS / Linux (Terminal)

shasum -a 256 firmware.uf2

Linux also has sha256sum firmware.uf2.

Windows (PowerShell)

Get-FileHash firmware.uf2 -Algorithm SHA256

Compare the result to the SHA256 on the website — it should match exactly.

Back to all programs Back to top