Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

glissando-daw/glissando-daw

Repository files navigation

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:

$ brew install npm

Install yarn and run app locally:

$ npm i -g yarn
$ yarn start