Skip to content

treystevens/samplr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Samplr

Samplr is a website that uses the Web Audio API to allow users to make their own music.

Installation

Clone or download the repository.

Run the following commands below to install Samplr:

(Must have Node.js installed)

$ git clone https://github.com/treykris/samplr.git
$ cd samplr
$ npm install

Build

$ npm run build

to watch files run:

$ npm run watch

The webpack configuration is set to production. To set it to development mode open up the webpack.config.js and change the property "mode" to "development". It is also recommended to use a source map that is better suited for development. You can find more information about using source maps here.

Recommended Usage

Samplr was designed with practice of sampling and resampling to build a song. First record a loop, download it, and then load it back into the program. Continually doing this gives users the ability to build full fledge songs in the browser.

Inspirations for this project: Maschine, SP404, Akai MPC

About

Samplr allows you to make songs in the browser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published