PC Music Generator - a Virtual Modular Synthesizer
at main 15 lines 740 B view raw view rendered
1# PC Music Generation Rack [![](https://tokei.rs/b1/github/JohnDowson/pcmg)](https://github.com/JohnDowson/pcmg) ![](https://github.com/JohnDowson/pcmg/actions/workflows/rust.yml/badge.svg) 2## PCMG is a modular synthesizer emulator 3Have you ever wanted to play with modular synthesis but didn't have the money and finances needed? 4Fear not, PCMG is here to help! 5 6### Check out `master` branch prototype version on [hjvt.dev](https://hjvt.dev/pcmg) 7 8![Alt text](assets/v01s.png?raw=true "Screenshot of the prototype") 9 10## Running WASM version locally in browser: 11```sh 12trunk serve --release 13``` 14then navigate to https://localhost:8080/index.html 15In case audio isn't enabled by itself, hit the "Start audio" button in the UI.