Projects

Toby Speakers

Parametric Wave Art Studio
2026-06-23
Browser tool for designing slatted wave wall art. Stack sine, radial, noise, and image height-fields in a live 3D preview, then export a CNC-ready DXF per board plus a one-click 3D STEP solid for the ShopSabre. Includes real-nest material/cost estimates, French-cleat mounting cut into each slat, and recessed photo logo plaques.
📁
USAIR
2026-06-23
📁
Memory Mapping
2026-05-22
Spectrum Analyzer
2026-05-21
miniDSP Integrator
2026-05-18
DSP Configuration Analyzer & Auto-EQ Optimizer. Load miniDSP XML presets, visualize frequency response, and auto-reduce filter count with a live iterative solver. Supports Flex Eight, Flex Four, 2x4 HD, DDRC-24, and all HD-generation devices.
A Day of Automating the Mundane
2026-05-17
Stream Deck automation for the Toby Speakers workshop — HDR toggle, CNC remote desktop, window management, and 13 scripts built in one evening.

How to add a new project

  1. In cPanel File Manager, go to public_html/projects
  2. Create a new folder (e.g. my-cool-project)
  3. Upload your HTML file and rename it to index.html
  4. Optional: add a thumb.jpg for a preview image
  5. Optional: add a meta.json for title and description:
{
  "title": "My Project Name",
  "desc": "A short description of what this is",
  "date": "2026-05-17"
}