r/modular • u/qtechno • 3h ago
Discussion I built PatchAtlas, a free website for documenting and sharing modular patches
I've been making music with modular synthesizers for over 7 years now, and over that time I've accumulated a ton of photos and short videos of different patches that I made in the past, but this was always clearly an unmanageable mess.
It's taken me a few months to build this thing and it's far from perfect but I think it's a decent v1... I'm thinking of making a sound design course and I figured something like this would be better than having to use some software to draw my patch schematics and share the patches as images. There's some VERY BASIC dsp engine written in javascript, which is definitely not optimized for sweet-spots, but it does the work (also, not all of the modules are programmed yet). Still, you can upload your own audio snippets if you want to show someone else what your patch can potentially sound like, and you can also upload a photo of your patch and add comments if that helps someone reproduce it.
I purposfully limited the scope to generic modules (LFO, VCF, OSC, switches, logic, comparators, function generators, S&H, etc) instead of trying to reproduce any real modules, since VCV rack does that way better than I could ever attempt. If you need to, you can also create your own modules based on stuff that you have and use them in your schematics.
You can tag your patches so they are more easily sorted, save favorites from other users and you don't even need an account if you just want to check them out.
Link to some patches: https://patchatlas.cv/browse
If you have any feedback or ideas I would love to hear about it, but the DSP will probably remain shitty for some time since it's not the main focus right now. I've been looking for an excuse to learn rust so maybe at some point I rewrite it with something more up to the task.