Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rodydavis/vr-modular-synth

VR Modular Synth
https://github.com/rodydavis/vr-modular-synth

modular-synthesizers three-js tone vr webxr

Last synced: 23 days ago
JSON representation

VR Modular Synth

Awesome Lists containing this project

README

        

# VR Modular Synth

[![CI](https://github.com/rodydavis/vr-modular-synth/actions/workflows/ci.yml/badge.svg)](https://github.com/rodydavis/vr-modular-synth/actions/workflows/ci.yml)

VR Modular Synth built with Web Audio API, Tone.js and Three.js.

WIP but currently can play 4 octaves.

[Online Demo](https://rodydavis.github.io/vr-modular-synth/)

## Getting Started

Start the dev server:

`npm run start`

Create a production build:

`npm run build`

Serve the build directory:

`npm run serve`