Project Case Study

MusicMaker

A Windows-first step sequencer and WAV sketchpad concept rebuilt as a safe browser preview with transport controls, BPM, instrument lanes, and a 16-step pattern grid.

Screenshot-style preview of MusicMaker

Problem

Music tools need to make rhythm building feel immediate, but a public portfolio demo must avoid audio export internals, generated files, native playback details, and dependency-heavy engines.

Outcome

Built a static sequencer preview that communicates the core product workflow: pattern commands, BPM control, six instrument lanes, step toggling, and a visual playhead loop.

My Role and Approach

  • Translated the WPF sequencer layout into a self-contained browser demo.
  • Replaced pattern files, WAV export, and procedural audio rendering with safe simulated states.
  • Focused the public version on product clarity, music workflow, and responsive review inside the portfolio.

Tech Stack

  • .NET 8 WPF app
  • Procedural audio concept
  • HTML
  • CSS
  • JavaScript
  • Static local-only demo