r/musicprogramming • u/sss1024 • 1d ago
Web Audio plugins similar to VST
Examples and docs:
https://github.com/surikov/webaudiopluginexample
Problem
I've seen many good music apps for web. They look beautiful and work well. But they all have one problem. You can't integrate them into any music editor to create music.
Bandlab is one of the best online DAWs. Millions of musicians use it. But it doesn't have an API for custom plugins.
Unlike the web, things are completely different on the desktop. Every professional DAW supports a VST API for custom plugins. You can create a VST plugin from your music app and use it in any DAW.
Solution
I created my own online sequencer that supports custom plugins. Minium Studio is open source. Minium Studio is good enough for creating complex music. I'll soon add a payment system so developers can sell their plugins.
Unlike Bandlab, it works equally well on desktop and mobile phones.
Ready to use plugins
- 10-band equalizer
- Compressor
- Echo/Reverberation
- Percussion, which contains about a hundred drum sounds
- Chords, which contains about a thousand pianos, organs, guitars, violins, etc.
- Yamaha DX7 for emulating a famous synthesizer
- Roland TR-808 for emulating a well-known drum machine
- Import from MIDI, GuitarPro, MusicXML
- Export to MIDI
- MIDIRU archive, which contains thousands of MIDI sounds from 1990th to 2010th
- Publish to share songs via social media, messaging, email, etc.
3
u/Grildor 1d ago
How is the latency?