Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 1.61 KB

File metadata and controls

47 lines (29 loc) · 1.61 KB

README

This website is an attempt to recreate a MIDI controller using the keyboard. Basically, an online launchpad, similar in function to that of Novation's Launchpad.

Features:

Installation

The easiest way to install the Launchpad on your won server is by using docker.

# First, clone the repository
git pull https://github.com/mazowo/Launchpad.git
cd Launchpad

# Next, prepare and build the Image
docker build -t launchpad:master

# Now you can run your image like any other and enjoy the launchpad!
docker run \
  --name launchpad \
  --detach \
  -p 3000:3000 \
  launchpad:master

TODO:

  • Downloadable offline version, probably zipped JS, CSS, HTML, and audio files, will have to get rid of server calls

  • Finish editor tools and put recorded parts of songs on main page