






Moderators: electrogear, exonerate
trogluddite wrote:Yes, Nix is right, RM is just multiplying the two oscillator signals (osc 1 * osc 2, like you say).
But...
On a digital synth, multiplying can make frequencies that are too high - that creates digital distortion (aliasing) that can change the tone in a nasty way.
Maybe the V-station has special code (e.g. oversampling), so that it sounds more like a 'real analogue' ring-mod, without the distortions? - that would explain the different tone. (I guess the V-station sounds a bit more 'smooth' and 'musical' than the multiply?).
streamin osc1;
streamin osc2;
streamin rm;
streamout out;
float in;
in = osc1 * osc2;
out = min (in, 0.9);
out = max (in, -0.9);
out = in * rm;

trogluddite wrote:Maybe the V-station has special code (e.g. oversampling), so that it sounds more like a 'real analogue' ring-mod, without the distortions? - that would explain the different tone.
.
. 

djbrynte wrote:thnx nix but the thing is how do i make so i use a knob. from 0-1. So when knob is at 0 its off.
Can i do the ring mod after the effects aswell?

loopeytunes wrote:Dj all I can say is eff v-station off, get your own sound if you're going to replicate other plugins why would anyone buy it?


Users browsing this forum: No registered users and 0 guests