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.
- Host: GitHub
- URL: https://github.com/directions4/nts1-web-controller
- Owner: directions4
- License: mit
- Created: 2019-12-21T16:42:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T18:04:16.000Z (over 2 years ago)
- Last Synced: 2025-04-12T09:15:01.445Z (17 days ago)
- Topics: keyboard, korg, midi, nts-1, synthesizer, vue
- Language: Vue
- Homepage:
- Size: 4.84 MB
- Stars: 61
- Watchers: 5
- Forks: 4
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# NTS-1 Web Controller
Control your KORG Nu:Tekt NTS-1 digitak kit from web browser.

## 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).