Help to make Stereo Phase Randomness Like 3xOsc

DSP related issues, mathematics, processing and techniques
Post Reply
User avatar
rdgaudio
Posts: 32
Joined: Wed Mar 08, 2017 9:29 pm
Location: Hulala
Contact:

Help to make Stereo Phase Randomness Like 3xOsc

Post 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=PDwp2u3jbKI

My 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
JC Conkato
adamszabo
Posts: 667
Joined: Sun Jul 11, 2010 7:21 am

Re: Help to make Stereo Phase Randomness Like 3xOsc

Post 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.
User avatar
rdgaudio
Posts: 32
Joined: Wed Mar 08, 2017 9:29 pm
Location: Hulala
Contact:

Re: Help to make Stereo Phase Randomness Like 3xOsc

Post by rdgaudio »

Thankyou adamszabo.I will try the steps..by the way I am a big fan of your Synth jp6k.
JC Conkato
User avatar
rdgaudio
Posts: 32
Joined: Wed Mar 08, 2017 9:29 pm
Location: Hulala
Contact:

Re: Help to make Stereo Phase Randomness Like 3xOsc

Post by rdgaudio »

I have tried. Would you mind to check and correct it please?
JC Conkato
adamszabo
Posts: 667
Joined: Sun Jul 11, 2010 7:21 am

Re: Help to make Stereo Phase Randomness Like 3xOsc

Post by adamszabo »

You are using a static float for the phase, you need to generate random numbers for each keypress
User avatar
rdgaudio
Posts: 32
Joined: Wed Mar 08, 2017 9:29 pm
Location: Hulala
Contact:

Re: Help to make Stereo Phase Randomness Like 3xOsc

Post 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
JC Conkato
User avatar
rdgaudio
Posts: 32
Joined: Wed Mar 08, 2017 9:29 pm
Location: Hulala
Contact:

Re: Help to make Stereo Phase Randomness Like 3xOsc

Post 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.
:cry:
JC Conkato
User avatar
rdgaudio
Posts: 32
Joined: Wed Mar 08, 2017 9:29 pm
Location: Hulala
Contact:

Re: Help to make Stereo Phase Randomness Like 3xOsc

Post by rdgaudio »

I have tried the Phase Randomness. Would you mind to check it please?? :x :x :x :x
Last edited by rdgaudio on Wed Apr 12, 2017 6:54 pm, edited 1 time in total.
JC Conkato
User avatar
rdgaudio
Posts: 32
Joined: Wed Mar 08, 2017 9:29 pm
Location: Hulala
Contact:

Re: Help to make Stereo Phase Randomness Like 3xOsc

Post 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
Last edited by rdgaudio on Wed Apr 12, 2017 6:54 pm, edited 1 time in total.
JC Conkato
adamszabo
Posts: 667
Joined: Sun Jul 11, 2010 7:21 am

Re: Help to make Stereo Phase Randomness Like 3xOsc

Post by adamszabo »

Yes like that, good job!
Post Reply