CodeConnects / drum-machine

Drum machine sequencer, using the amazing Tone web audio framework

Home Page:https://drum-machine-one-snowy.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drum machine sequencer

Browser based drum sequencer app

Built with React.js using Next.js and the amazing Tone.js web audio framework

https://drum-machine-one-snowy.vercel.app/

 


Installing locally

First clone the repo:

git clone https://github.com/CodeConnects/drum-machine.git

Then install dependencies:

cd drum-machine
npm install

Running locally

First, run the development server:

npm run dev

When ready, build the app for production:

npm run build

Once built, start the app in production mode:

npm start

Built With

  • React - JavaScript library for building user interfaces
  • Next.js - React framework
  • Tone.js - Web audio framework

About

Drum machine sequencer, using the amazing Tone web audio framework

https://drum-machine-one-snowy.vercel.app/


Languages

Language:JavaScript 68.6%Language:SCSS 29.4%Language:CSS 2.1%