0.1.0 • Published 8 years ago
audiom v0.1.0
Audiom
Electron-based modular music-making app with native audio libraries
Goals
- Native bindings to JUCE, LabSound
- Ability to host Audio Unit / VST instruments and effects
User modules written in HTML, CSS, JS
For example:
- MIDI monitor
- Arpeggiator
- Rhythm sequencer
Develop
Platform: confirmed working on macOS only (for now)
Requirement: Git, Node.js and included package manager npm
Clone repo
git clone git@github.com:eliot-akira/audiom.git
cd audiomInstall dependencies
npm installStart development
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 startBuild app
Build app in folder out - needs to rebuild native libs.
npm run buildCredits
0.1.0
8 years ago