Page 1 of 1
Help to make Stereo Phase Randomness Like 3xOsc
Posted: Tue Mar 14, 2017 9:43 am
by rdgaudio
Recently my music group(RDGAudio) was working in a Bollywood project (Indian short film music) where our lead sound designer Pankaj created a nice chord pluck sound in 3xOsc. The sound is getting whole new level when he turns up the "Stereo Phase Randomness". To understand my point I have attached a Screen cast Video.
https://www.youtube.com/watch?v=PDwp2u3jbKIMy question is how can I achieve this kind of feature and how to add this in my own VST Synthesizer !!??
Any project file (FSM) will be very helpful to me.
Cheers!!
Rudra Ghosh
Re: Help to make Stereo Phase Randomness Like 3xOsc
Posted: Tue Mar 14, 2017 11:00 am
by adamszabo
If you read the manual of FL Studio it explains what it does in 3xOsc: Stereo Phase Randomness (PR) - Allows you to add 'randomness' to the stereo phase of all oscillators.
So basically you need an osc for the Left and Right channel, and add a different random number to their phase when you press a key so their phase does not start at the same time.
Re: Help to make Stereo Phase Randomness Like 3xOsc
Posted: Tue Mar 14, 2017 4:00 pm
by rdgaudio
Thankyou adamszabo.I will try the steps..by the way I am a big fan of your Synth jp6k.
Re: Help to make Stereo Phase Randomness Like 3xOsc
Posted: Tue Mar 14, 2017 6:08 pm
by rdgaudio
I have tried. Would you mind to check and correct it please?
Re: Help to make Stereo Phase Randomness Like 3xOsc
Posted: Wed Mar 15, 2017 7:56 pm
by adamszabo
You are using a static float for the phase, you need to generate random numbers for each keypress
Re: Help to make Stereo Phase Randomness Like 3xOsc
Posted: Thu Mar 16, 2017 7:18 am
by rdgaudio
Okay Adamszabo Sir, I understood I need to generate random numbers for each key press but how? To be very honest I am very new to Flowstone (last 17 days). Frankly I don't know how but I want to learn. There is no proper tutorials on internet and youtube videos for Flowstone DSP.
I do reverse engineering like open other users eample (FSM) file and try to make it out. This is the only solution to learn Flowstone for me right now . Often times I don't understand many things why this is happening or how to do it !!
That's why I ask here directly. I want to learn Flowstone thoroughly. I wanna learn from Flowstone genius like you Sir.
Never mind,always I ask for help & guidance. I heard this Forum will be my right path if I really want to learn the amazing software.
Cheers!!
Rudra Ghosh
Re: Help to make Stereo Phase Randomness Like 3xOsc
Posted: Thu Mar 16, 2017 7:40 am
by rdgaudio
I have tried from this post
viewtopic.php?f=3&t=2563..
but it is too much phase.It is like a Phaser effect, so not getting the effect like 3xosc Stereo phase randomness.

Re: Help to make Stereo Phase Randomness Like 3xOsc
Posted: Thu Mar 16, 2017 8:15 am
by rdgaudio
Re: Help to make Stereo Phase Randomness Like 3xOsc
Posted: Thu Mar 16, 2017 8:40 am
by rdgaudio
This is what I have tried. This is Phase Randomness version 2 where I have added a controller to control the Phase Randomness value like 3xOSC.
Flowstone is really vast and way advance but its fun. I love this Software and now a days I am spending my 80% times with it.
Cheers!!
Rudra Ghosh
Re: Help to make Stereo Phase Randomness Like 3xOsc
Posted: Thu Mar 16, 2017 10:31 am
by adamszabo
Yes like that, good job!