MIDI looper, modular synth and sampler app built around Novation Launchpad controller.
Drop them where you want on your controllers then start jamming!
Hit the loop button at any time. Whatever you just played will start to loop!
Use beat repeat and hold down buttons to trigger at different rates relative to tempo.
Select, move, repeat, suppress. All using your hardware controller.
Download the app and get help at loopjs.com
$ git clone https://github.com/mmckegg/loop-drop-app
$ cd loop-drop-app
$ npm install
$ npm start
New versions are being pushed out all the time. To update:
$ git pull
$ npm update
$ npm start
You can also install via npm
$ npm install -g loop-drop
$ loop-drop
# install update
$ npm update -g loop-drop
If your controller isn't supported, copy one of the above controller bindings and modify to suit, then send a pull request!