Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jakejarrett/vanguard

Digital Audio Workstation that's written ontop of node-webkit
https://github.com/jakejarrett/vanguard

Last synced: about 2 months ago
JSON representation

Digital Audio Workstation that's written ontop of node-webkit

Awesome Lists containing this project

README

        

# [Vanguard](#)

Digital Audio Workstation created in node-webkit!

![Vanguard](http://i.imgur.com/57SMBAB.png)

# How to run / install
Open Terminal & CD Into the directory where vanguard is located & run these commands
```
$ npm install
$ npm start
```

# Known issues
* If on windows, Remove these lines from package.json (line 8) ```--enable-transparent-visuals --disable-gpu``` (Window is unable to maximise otherwise)