Skip to content
/ mjuo Public

A modern modular synthesizer with MIDI, samples, and scripting as first class citizens.

License

Notifications You must be signed in to change notification settings

wwtos/mjuo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mason-Jones Unit Orchestra

This is a node-based synthesizer/sequencer, designed specifically for developing pipe organs.

To run

note, I have only tested this with linux. If you want to get it running on another OS, you'll need to implement a MIDI and audio backend in vpo-backend/sound-engine/src/backend

There's two parts to this code: The frontend and the backend.

Backend

To get the backend running, just navigate to it and use cargo run

Frontend

To run the frontend, first install all the packages with npm install. Next, run npm run watch-main to watch the electron main process code. Finally, run npm run start to start the frontend.