See it here: https://antropoloops.github.io/app
This app is composed by modules. Currently:
- app-control: send keyboard events via OSC
- keyboard: convert keyboard events into OSC messages
- server: a server that allows offline usage
- webapp: the web application
It requires yarn because it uses yarn workspaces (npm won't work)
- Clone this repo:
git clone git@github.com:antropoloops/app.git - Install dependencies:
yarn
Optionally (to server audio files from local server):
- Clone the antropoloops audiosets repo inside
/datadirectory:cd data && git clone git@github.com:antropoloops/audiosets.git
Start the development server: yarn start (see package.json scripts)