Skip to content
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.
/ bassline Public archive

DJ mixing application built on Electron

License

Notifications You must be signed in to change notification settings

fwcd/bassline

Repository files navigation

Bassline

A DJing application featuring 4 Decks and an innovative 2D-crossfader.

Screenshot

To Use

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/fwcd/Bassline
# Go into the repository
cd Bassline
# Install dependencies
npm install
# Run the app
npm start

Note: If you're using Linux Bash for Windows, see this guide or use node from the command prompt.

Re-compile automatically

To recompile automatically and to allow using electron-reload, run this in a separate terminal:

npm run watch

About

DJ mixing application built on Electron

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published