项目作者: glissando-daw

项目描述 :
A web-based digital audio workstation using the web platform APIs (Web Audio, Web MIDI) and WebAssembly
高级语言: Jupyter Notebook
项目地址: git://github.com/glissando-daw/glissando-daw.git
创建时间: 2019-10-25T17:58:08Z
项目社区:https://github.com/glissando-daw/glissando-daw

开源协议:MIT License

下载


Glissando

A web-based digital audio workstation using the web platform APIs (Web Audio,
Web MIDI) and WebAssembly.

Netlify Status

Features

  • MIDI sequencer
  • VST support
  • Mixer
  • MIDI controllers

Setup

MacOS

Install npm:

  1. $ brew install npm

Install yarn and run app locally:

  1. $ npm i -g yarn
  2. $ yarn start