Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jakejarrett/vanguard
- Owner: jakejarrett
- Created: 2014-11-27T01:34:03.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-12T11:45:12.000Z (over 8 years ago)
- Last Synced: 2024-10-11T00:54:21.026Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 26.1 MB
- Stars: 9
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: History.md
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)