Skip to main content

Tools overview

Besides the firmware and PCB, the repo ships browser and CLI tools for samples, patterns, SD files, firmware flashing, and docs imagery.

Public / hosted

ToolURLSource
Sample converteraudioconvert.tyng.appstandalone-tools/audio-converter-standalone/
SD toolsdtool.tyng.appstandalone-tools/sd-tool-standalone/
Firmware tooltoern.live/tools/teensyloader/tools/teensyloader/ (also under website/tools/)
Color scheme editortoern.live/tools/colorsheme/tools/colorsheme/
MIDI → patterntoern.live/tools/convertmidi/tools/convertmidi/
Case generator (demo)toern.live/tools/case-generator/tools/case-generator/

Local / contributor helpers

ToolPathRole
SD CLIstandalone-tools/sd-tool-standalone/toern_sd.pyScripted list/put/get over USB serial

How they relate to the device

flowchart LR
WAV[WAVs / ZIPs] --> CONV[Sample converter]
CONV --> SD[microSD layout]
MID[MIDI file] --> M2T[MIDI convert]
M2T --> PAT[pattern_*.txt]
PAT --> SD
HOST[Browser / CLI] --> SDTOOL[SD tool]
SDTOOL -->|ETC → SD serial| TEENSY[Teensy]
HEX[.hex firmware] --> LOADER[Firmware tool]
LOADER -->|WebHID| TEENSY

Operator-facing how-to stays in the handbook; these pages describe what each tool is, where the code lives, and how to run or extend it.

Next