https://github.com/danielesteban/synthstick
a joystick/gamepad controlled synth
https://github.com/danielesteban/synthstick
Last synced: over 1 year ago
JSON representation
a joystick/gamepad controlled synth
- Host: GitHub
- URL: https://github.com/danielesteban/synthstick
- Owner: danielesteban
- License: mit
- Created: 2020-09-16T06:26:45.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-18T00:55:38.000Z (almost 6 years ago)
- Last Synced: 2025-02-13T05:34:21.803Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://synthstick.gatunes.com
- Size: 278 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[SynthStick](https://synthstick.gatunes.com/)
==
### Download
* for [Mac](https://github.com/danielesteban/synthstick/releases/download/v1.0.0/synthstick-1.0.0.dmg)
* for Linux: [AppImage](https://github.com/danielesteban/synthstick/releases/download/v1.0.0/synthstick-1.0.0.AppImage) or [Snap](https://github.com/danielesteban/synthstick/releases/download/v1.0.0/synthstick_1.0.0_amd64.snap)
* for [Windows](https://github.com/danielesteban/synthstick/releases/download/v1.0.0/synthstick.Setup.1.0.0.exe)
#### Note for Mac users
You may get a security prompt preventing you from opening the app.
If you do, go to "Settings -> Security & Privacy" and click "Open Anyway":

### Local development
```bash
# Clone this repo
git clone https://github.com/danielesteban/synthstick.git
cd synthstick
# Install dependencies
npm install
# Start the app
npm start
```