Skip to content
This repository was archived by the owner on Oct 22, 2021. It is now read-only.

Latest commit

 

History

History
51 lines (32 loc) · 1.77 KB

File metadata and controls

51 lines (32 loc) · 1.77 KB

KNETIC (Web Audio Synthesizer)

Knetic is a web based audio synthesizer that utilizes the Web Audio and MIDI API's. Knetic uses React on the frontend, Tuna.js for audio effects and is wrapped in Electron.

This repository is home to Knetic.

Related Repositories

  • SERVER - KNETIC Server, MongoDB, Monk, Express, Node.js
  • CLIENT - KNETIC Client, React, Web Audio API, Web MIDI API, Tuna.js, Electron, CSS Grid

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Getting Started

To get running locally, fork & clone or clone this repository.

This repository is dependent on the following repositories:

From the command line run the following:

git clone git@github.com:KNETIC-KRPF/KNETIC-CLIENT.git

cd ./KNETIC-CLIENT

npm install

npm start

Built With

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details