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

https://github.com/directions4/nts1-web-controller

Control your KORG Nu:Tekt NTS-1 digital kit from web browser.
https://github.com/directions4/nts1-web-controller

keyboard korg midi nts-1 synthesizer vue

Last synced: 17 days ago
JSON representation

Control your KORG Nu:Tekt NTS-1 digital kit from web browser.

Awesome Lists containing this project

README

        

# NTS-1 Web Controller

Control your KORG Nu:Tekt NTS-1 digitak kit from web browser.

![screenshot.png](screenshot.png)

## Features

* Browser-controlled UI for KORG NTS-1 synthesizer

* Virtual keyboard

* Patches stored in LocalStorage

## Browser Support

This app works in all browsers that natively support the [Web MIDI API](https://www.w3.org/TR/webmidi/). Currently, the following browsers have built-in support:

* Chrome (Mac, GNU/Linux, Android & Windows)

* Opera (Mac, GNU/Linux, Windows)

* Android WebView component (KitKat and above)

## Demo

Connect Korg NTS-1 to your PC through USB port, and access this URL with Chrome (or Chromium).
[https://directions4.github.io/nts1-web-controller/](https://directions4.github.io/nts1-web-controller/)

## Local execution

### Installation

You need [node](https://nodejs.org/) and [yarn](https://yarnpkg.com/).

```sh
yarn install
```

### Running

```sh
yarn serve
```

access [http://localhost:8080/](http://localhost:8080/) .

## License

NTS-1 Web Controller is licensed under a [MIT License](./LICENSE).