$0.00 0

YOUR CART
Checkout

SUBTOTAL
DISCOUNT
VAT
TOTAL
Checkout
Banner
This tutorial focuses on the implementation of phase distortion synthesis in Reaktor. I'll...

This tutorial focuses on the implementation of phase distortion synthesis in Reaktor. I’ll be using section 2 of this paper as a source. The paper identifies four simple equations (1-4) that make up the entirety of the phase distortion system.

We’ll go over them one by one, starting with the simplest, equation 4, and working backwards towards equation 1. I’ll do my best to link to articles explaining relevant math techniques but please don’t hesitate to ask questions pertaining to the math – it really is essential.

This tutorial expands upon topics first covered in a tutorial on creating custom oscillators in core, which can be found here.

An example download is given as well.

EQUATION 4

Eq. 4 is defined as the Modulo 1 function, which simply strips out the integer component of the input and outputs any decimal values that remain. To achieve this, need to use the floor function, probably more commonly known as rounding down. Rounding in Reaktor is actually a substantially more complicated subject than one might think, check out this forum thread for more.

Fortunately, in this case, there is a very simple structure that will suffice for a floor function:

Notice that at the output, the value is translated into an integer. For more on the integer data type, check this tutorial.

To finish up our Mod 1 function, we simply need to subtract the output of the floor macro from the input to the Mod 1 macro like so:

And done!

EQUATION 3

Eq. 3 is defined as

fo is a common DSP shorthand that stands for the frequency of an oscillator, while fs is defined as the sampling frequency. Finally, n represents the sample number. So, for each tick of the sample clock, we read the old value of phi (ϕ) and add fo/fs, apply, the Mod 1 function we made above, and store the value for the next sample tick.

This is easy to achieve in Reaktor:

In fact, this structure is nearly identical to the phase accumulator that we built in the custom core oscillators tutorial, and will act as a phase accumulator for our phase distortion oscillator. The only difference here is that we are creating a phase from 0-1, where in the previous tutorials I have generally used a phase running from -1 to 1 or from -π to π.

EQUATION 2

Eq. 2 is a piecewise function that looks like this:

Where x is the input and d is a variable with a value between 0 and 1 that determines the final shape of our waveform. When d = 0.5, we end up with a sine wave. The further d deviates away from this point, the more harmonic distortion is added to the signal, until finally at d = 0 or d = 1, the wave resembles a sawtooth.

When implementing piecewise functions in Reaktor it is important to take care that changes to variables (in this case, d) do not cause the wrong function to be triggered. To achieve this, make sure that any value dependent upon the value of d is stored in a latch and only triggered by an incoming x value.

We end up with this:

Some of the math has been slightly rearranged for the sake of efficiency. Notice that an incoming value at the d port causes no event to be sent to the output of this macro.

EQUATION 1

Finally, let’s implement eq. 1:

Notice that we require eqs. 2-4 in order to implement this properly. We calculate the phase using eq. 3, and use it to feed eq. 2, which in turn controls the phase of the cosine function in eq 1.

I’m not sure what the authors hope to gain by inverting the signal, which is simply an added math operation that does not seem to affect the sound at all. I decided to omit it from this macro:

Phase is the macro that implements eq. 3, while distort implements eq. 2.

Here’s a few different waveforms with different values of d:

Note that the further away from 0.5 d is, the more aliasing will be added to signal.

ANTI-ALIASING THROUGH OVERSAMPLING

In this section, I’ll be using some structures introduced recently in the Oversampling in Reaktor series.

By oversampling, we can substantially reduce the audible aliasing artifacts that are caused by extreme values of d. We can also use a different method for upsampling than used in previous tutorials.

In short, to oversample the phase accumulator is easy – we know where the phase starts at the beginning of the sample, and we know how much it increases by per sample tick (fo/fs). Therefore, it is simple to calculate the interim values, here is an example of oversampling 8x:

Now we have 8 outputs evenly spread from the old phase value to the new value. I chose to use this method instead of the 8x upsampling polyphase filter I designed previously because this method splits the values into 8 streams more efficiently (the polyphase filter required 8 adds and 8 multiplies per stream).

Now we can do our processing with each different phase value, then run each output into an input in a downsampling filter like this:

Here is the spectrum with a high value of d  (0.999) at the normal sampling rate:

and oversampled 8x:

This does a pretty good job but will not completely eliminate audible aliasing at very high or low values of d.

A simple oscillator based on the work done today can be downloaded here.

RELATED COURSES

Building in Reaktor for Beginners

ADSR Courses

Add to cart
SAVE 40%

Sequencer Modules in Reaktor

ADSR Courses

Add to cart
SAVE 40%

FFT (Fast Fourier Transform) with Reaktor

ADSR Courses

Add to cart
SAVE 40%

Reaktor Core Masterclass

ADSR Courses

Add to cart
Waveform Loaded
Waveform Played
×
PLAYLIST
Clear all
WISHLISTS
Create an account to use wishlists
×
SAVE TUTORIALS
Create an account to save tutorials
×
FOLLOW YOUR FAVORITES
Follow your favourite labels, formats and genre's and ADSR will show what's new in those on your next visit.
×
  • Create product wishlist
  • Save your favorite tutorials
  • Regular discounts and exclusives
  • Never miss a sound! Follow your favorite labels.
Sign up to My ADSR to ensure you're ahead of the pack. Save your favorite content and be notified of new content. You'll never miss a thing!
Create your account now!
CREATE ACCOUNT
Sign up to My ADSR to ensure you're ahead of the pack. Save your favorite content and be notified of new content. You'll never miss a thing!
  • Get days all ADSR courses free
  • Create product wishlist
  • Save your favorite tutorials
  • Regular discounts and exclusives
Create your account now!
SIGN IN
adsrsounds.com login Video streaming login
Remember me
Forgot your password?
DON'T HAVE AN ADSR ACCOUNT?
Create your account
FORGOT PASSWORD

Send info
  1. Enter your email address
  2. Click "Send info"
  3. Check your inbox for an activation link
  4. Visit activation link and enter set new password
Sign in
DON'T HAVE AN ADSR ACCOUNT?
Create your account
IMPORTANT: Is this product compatible with your system? Please check the product system requirements tab before purchasing. To proceed with this purchase you must check the box to confirm you have checked the requirements.


I have read the system requirements and agree to the return policy. I understand that refunds will not be given due to limitation of my software or operating system.

I don't agree
, you have loyalty credit available. To redeem click the button to claim !
Claim
Claim your free sounds

For every $5 you spend on ADSR receive 1 free credit for Sample Manager.

Even better, we have back-dated this so any purchases you made since 2017 have also been credited to your account!

Click the button below to claim your free credit.

Get my free credits
Loyalty credits
1Every purchase you make on ADSR* now earns you 1 loyalty credit for every $5 spent
2Once you make a purchase your credits are added to your account
3Credits can be redeemed in ADSR Sample Manager to download individual loops and samples
4To redeem simply download ADSR Sample Manager and/or log into Sample Manager with your ADSR login details
5Credits will have been automatically added to your account
6Loyalty credits expire 30 days after initial purchase
* Not including video subscriptions