https://github.com/othmar52/synthspiration
webgui for all your hardware synthesizer patches
https://github.com/othmar52/synthspiration
Last synced: 3 days ago
JSON representation
webgui for all your hardware synthesizer patches
- Host: GitHub
- URL: https://github.com/othmar52/synthspiration
- Owner: othmar52
- Created: 2020-03-24T07:36:52.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T17:26:02.000Z (over 3 years ago)
- Last Synced: 2023-08-26T20:51:34.255Z (almost 3 years ago)
- Language: Vue
- Size: 1.62 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# synthspiration
webgui for all your hardware synthesizer patches
# requirements
* database with audio samples created via https://github.com/othmar52/synth-patch-grabber
# note
All audio samples of the small demo database which is included in this repository are symlinks to the same file
created via `IFS=$'\n'; for m in $( find public/output -name *.mp3 ) ;do rm "$m"; ln -s ../../../../demo-dummy.mp3 "$m"; done`
That means the demo will most likely not work on windows. But with real data there shouldn't be any problem on windows as its only html/javascript/css under the `file://` protocol
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).