Commit 901c46ad90e17ce21fa6e5004d204a8dff1be0cb
link to ferment and add description of loop drop
Matt McKegg committed on 10/6/2016, 11:59:20 AMParent: b9dcc7d4908103b141bd9701cec47b3eebd64d2b
Files changed
README.md | changed |
README.md | ||
---|---|---|
@@ -8,10 +8,13 @@ | ||
8 | 8 | ## Current Status: Experimental / Maintained |
9 | 9 | |
10 | 10 | Expect breaking changes. |
11 | 11 | |
12 | -Being used as primary renderer and data models in [Loop Drop](https://github.com/mmckegg/loop-drop-app). | |
12 | +## Used By | |
13 | 13 | |
14 | +- **[Loop Drop](https://github.com/mmckegg/loop-drop-app)**: Live electronic music performance app. MIDI looper, modular synth and sampler app built around Novation Launchpad controller. Powered by Web Audio, Web MIDI, and [electron](https://electron.atom.io). | |
15 | +- **[Ferment](https://github.com/mmckegg/ferment)**: Peer-to-peer audio sharing and streaming application. Like SoundCloud but decentralized. A mashup of [ssb](https://scuttlebot.io/), [webtorrent](https://webtorrent.io/) and [electron](https://electron.atom.io). | |
16 | + | |
14 | 17 | ## Install |
15 | 18 | |
16 | 19 | ```bash |
17 | 20 | npm install @mmckegg/mutant --save |
Built with git-ssb-web