This is great! Another favorite modular synth is the one that comes with Caustic.
Zupiter: A Web-Based Modular Synthesizer
21–27 of 27 posts
Re: Zupiter: A Web-Based Modular Synthesizer
#22Re: Zupiter: A Web-Based Modular Synthesizer
#23Re: Zupiter: A Web-Based Modular Synthesizer
#24OP 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/
Re: Zupiter: A Web-Based Modular Synthesizer
#25OP 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/
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.
Re: Zupiter: A Web-Based Modular Synthesizer
#26Earlier quoted context omitted.
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.
I think people are just too afraid too share, as they are effectively doing fun things but... really they then think that it is just crap. We are too much in a society that is telling us that if we made it in less than an hour, it can only be crap. This is one thing the the near futur of the earth must fix ;) If sharing IS important for you, change you design in the way that it becomes the default option.
> If sharing IS important for you, change you design in the way that it becomes the default option.
How would you implement that, making it the default option?
Re: Zupiter: A Web-Based Modular Synthesizer
#27It’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.
Maybe that's just the proportion of people willing to share their experiments. Maybe we need to create incentives for people to post (like... challenges?) It might also have to do with advertising to the right crowd.