miya4649 / synth_js

FM Synthesizer written in JavaScript
1 stars 0 forks source link

Pentagon sounds #1

Open smutax opened 8 months ago

smutax commented 8 months ago

Hi there. Really like this synth and would love to find out how sounds in "Pentagon" are made. I'm talking patch sound design. Like, being FM, what are the operator algorithms and waveforms, ratios and tuning, modulation levels, envelope settings? Without knowledge of JS, it's not clear. Thank you very much.

miya4649 commented 7 months ago

The configuration is simply two operators connected in series. The upper operator is self-feeding back. The other parameters are randomly generated by the program.

smutax commented 7 months ago

The configuration is simply two operators connected in series. The upper operator is self-feeding back. The other parameters are randomly generated by the program.

Thanks. And for waveform i assume it's sine? Also i think the randomly generated parameters are done within certain ranges/according to some rules? Any clarifications on above much appreciated. Congratulations again on your designs.