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

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

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":

![screenshot](https://user-images.githubusercontent.com/806111/93535157-b18c2480-f946-11ea-910f-1460a6d881d3.png)

### 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
```