Electron-based modular music-making app with native audio libraries
[ ] User modules written as React components
For example:
Platform: confirmed working on macOS only (for now)
Requirement: Git, Node.js and included package manager npm
git clone git@github.com:eliot-akira/audiom.git
cd audiom
npm install
Build the app, watch for file change and recompile/reload. The first time it is run, it needs to build native audio libraries - it will take time.
npm run start
Build app in folder out
.
npm run build
Remove built native libraries so they can be rebuilt.
npm run clean