Skip to content

ericyd/loop-supreme

Repository files navigation

Loop Supreme

Browser-based live looper for music performance and audio fun!

How to use

Please check out the wiki

Motivation

I wanted to do some live looping on my keyboard but wasn't super satisfied with any of the options out there. I wanted something quick-and-dirty but made it (somewhat) easy to do a loop performance.

I've also been itching for a side project. Seemed like a great way to feed two birds with one scone!

What features does this have?

You can check out The Roadmap!

Where can I read more?

I blogged about this as I made it

Building / running locally

git clone git@github.com:ericyd/loop-supreme
cd loop-supreme
npm i
npm start
npm run build

Useful resources in my Web Audio journey

Acknowledgements

  • Metronome by ChangHoon Baek from Noun Project
  • Cloudflare Pages has an amazing free hosting tier, and great admin and tooling
  • create-react-app is still going strong and super useful
  • Chicle font used in the logo, copyright (c) 2011 Angel Koziupa (sudtipos@sudtipos.com) and copyright (c) 2011 Alejandro Paul (sudtipos@sudtipos.com)
  • MDN, what would we do without you