Skip to content

ThomasFoydel/cleanbreak

Repository files navigation

Clean Break

A drum machine for the browser

Its a Web Audio API step sequencer. I made this because drums are cool and people should be able to experiment with music production without having to install anything beyond their browser.

Beats are programmable using the sequencer grid. Little grey squares make no sound. Black squares will play the sample loaded into that rack. Big red squares will play the sample a little louder. The sliders below the sequencer can be used to mix the volume/panning of individual samples, or send the sample signals to various effects (distortion, ping pong delay, and reverb).

Presets can be saved, edited, or deleted if a user signs in.

Originally built in MERN stack and deployed to Heroku. Refactored in 2023 into a NextJS project and deployed to Vercel.

This project uses:

  • React
  • React-Spring
  • Context for state management
  • SASS
  • NextJS
  • NextAuth
  • MongoDB / Mongoose
  • ToneJS

See the rest of my portfolio at https://thomasfoydel.com/

See my other project repositories at https://github.com/thomasFoydel