Zupiter: A Web-Based Modular Synthesizer
11–20 of 27 posts
Re: Zupiter: A Web-Based Modular Synthesizer
#12OP here. Feedback and questions welcome! Feel free to reply to this comment. I also created a little subreddit to discuss Zupiter: https://www.reddit.com/r/musictools/
I'd assume it would have 3 inputs / outputs: gate / CV / audio and a custom label. Not sure how I/O is done in other node based editors, probably worth some investigation :)
Re: Zupiter: A Web-Based Modular Synthesizer
#13OP here. Feedback and questions welcome! Feel free to reply to this comment. I also created a little subreddit to discuss Zupiter: https://www.reddit.com/r/musictools/
After fiddling a bit around, I would change the colors of modules that handle CV versus Audio or add even more colors to better comprehend a patch I've just loaded. I was unable to figure out how to disconnect a cable. I tried alt, ctrl, shift click, right click, but none of it worked. I just wanted to add a second oscillator to the first example. A larger mixer component would be very useful, like 6 in to 1 out. May…
Re: Zupiter: A Web-Based Modular Synthesizer
#14Earlier quoted context omitted.
It doesn't seem your oscillators are behaving correctly when you vary their frequency input. You seem to be doing something like phase = freq * time, which will break horribly when freq changes. Instead, you need to accumulate the phase over time based on whatever freq happens to be, like phase += freq * timeOfSingleSample.
So you think the oscillators should essentially be stateful? That might explain why I can't seem to implement 303-style slide correctly.
The more advanced version without aliasing: http://www.martin-finke.de/blog/articles/audio-plugins-018-p...
Re: Zupiter: A Web-Based Modular Synthesizer
#15Re: Zupiter: A Web-Based Modular Synthesizer
#16Re: Zupiter: A Web-Based Modular Synthesizer
#17It’s totally awesome and so easy to use!!
The only thing I find a bit unfortunate is that despite many people trying it (wordpress shows over 5000 hits), very few people are using the share feature to share what they've created. I'll have to investigate what stops people. I'm wondering if it's just having to create an account, or if I've done some major UI design error.
Re: Zupiter: A Web-Based Modular Synthesizer
#18Really nice for quick things, otherwise there is also VCV Rack ( https://vcvrack.com/ ) that is a open source virtual rack with modular synthesizers. It doesn't have the graph UI that Zupiter seems to have, but a more of a skeuomorphic UI.
VCV rack is pretty awesome, and you can do a lot of things with it that you couldn't with Zupiter. It's much more of a professional tool and as far as I know it's very well-regarded in the modular synth community, and a good way to pick out modules before spending hundreds or even thousands on physical hardware. However, I think Zupiter is a nice way to get people who've never played with sound synthesis interested,…
Maybe. All but one of the modular synth guys I know are hardware purists. They look down on VCV and even semi-modular synths like the Behringer Neutron. You'd think some of these modular guys were in a cult, heh. (I've always just seen modular synths as just another tool.)
Re: Zupiter: A Web-Based Modular Synthesizer
#19Earlier quoted context omitted.
VCV rack is pretty awesome, and you can do a lot of things with it that you couldn't with Zupiter. It's much more of a professional tool and as far as I know it's very well-regarded in the modular synth community, and a good way to pick out modules before spending hundreds or even thousands on physical hardware. However, I think Zupiter is a nice way to get people who've never played with sound synthesis interested,…
> it's very well-regarded in the modular synth community Maybe. All but one of the modular synth guys I know are hardware purists. They look down on VCV and even semi-modular synths like the Behringer Neutron. You'd think some of these modular guys were in a cult, heh. (I've always just seen modular synths as just another tool.)
Re: Zupiter: A Web-Based Modular Synthesizer
#20It’s totally awesome and so easy to use!!
Thanks a lot :) The only thing I find a bit unfortunate is that despite many people trying it (wordpress shows over 5000 hits), very few people are using the share feature to share what they've created. I'll have to investigate what stops people. I'm wondering if it's just having to create an account, or if I've done some major UI design error.
If sharing IS important for you, change you design in the way that it becomes the default option.