Skip to content

Tutorials

Megaemce edited this page Aug 20, 2024 · 11 revisions

Learn how to recreate some of the modules available in Effects menu.

Recreating Tremolo (Gain) effect

Level: ★☆☆☆☆

To complete this task you will need to know:

Instruction:

  1. Create Gain module and rename it to Input & Output
  2. Create Oscillator module
    • Leave sine type
    • Change Frequency value to 3 Hz
    • Change Oscillator's frequency name to Speed
  3. Connect Oscillator with Input's gain parameter
  4. Tremolo module with all its parameters is ready!

image

Recreating Reverb effect

Level: ★★☆☆☆

To complete this task you will need to know:

Instruction:

  1. Create four Gain modules
    • Rename first Gain module to Input
    • Rename second Gain module to Output
    • Rename third Gain module to Wetness
      • Change Wetness's gain name to Wetness
    • Rename fourth Gain module to Dryness
      • Change Dryness's gain name to Dryness
  2. Create one Convoler module
  3. Connect them as follows:
    • Input with Convoler
    • Input with Dryness
    • Convoler into Wetness
    • Wetness with Output
    • Dryness with Output
  4. Reverb module with all its parameters is ready!

image

Recreating Delay effect

Level: ★★★☆☆

To complete this task you will need to know:

Instruction:

  1. Create four Gain modules
    • Rename first Gain module to Input
    • Rename second Gain module to Output
    • Rename third Gain module to Wetness
      • Change Wetness's gain name to Wetness
    • Rename fourth Gain module to Duration
      • Change Duration's gain name to Duration
        • Open debug option for Duration slider
          • Change Max to 1
  2. Create one Delay module
  3. Connect them them as follows:
    • Input with Wetness
    • Wetness with Output
    • Input with Delay
    • Delay with Duration
    • Duration with Delay (create a loop)
    • Delay with Output
  4. Delay effect module with all its parameters is ready!

image

Recreating Flanger effect

Level: ★★★★☆

To complete this task you will need to know:

Instruction:

  1. Create three Gain modules
    • Rename first Gain module to Input
    • Rename second Gain module to Output
    • Rename third Gain module to Feedback
      • Rename Feedback's gain name to Feedback
        • Open debug option for Feedback slider
          • Change Max to 1
          • Change Current to 0.5
  2. Create one Delay module
    • Open debug option for delay time slider
      • Change Max to 0.01
      • Change Step to 0.001 (you can even put here value like 0.0000001 to see more precisely how oscillator controls delay time)
      • Change Current to 0.005
  3. Create one Oscillator module
    • Leave sine type
    • Rename Oscillator's frequency name to Speed
      • Open debug option for Speed slider
        • Change Max to 1
        • Change Current to 0.25
    • Rename Oscillator's amplitude name to Depth
      • Open debug option for Depth slider
        • Change Max to 0.01
        • Change Step to 0.001
        • Change Current to 0.002
  4. Connect them as follows:
    • Oscillator with Delay time parameter
    • Input with Output
    • Input with Delay
    • Delay with Output
    • Delay with Feedback
    • Feedback with Input
  5. Start the Oscillator
  6. Flanger module with all its parameters is ready!

image

Recreating Chorus effect

Level: ★★★★★

To complete this task you will need to know:

  1. Create seven Gain modules
    • Rename first Gain module to Input
    • Rename second Gain module to Output
    • Rename third Gain module to Feedback
      • Rename Feedback's gain name to Feedback
        • Open debug option for Feedback slider
          • Change Max to 1
          • Change Current to 0.6
    • Rename fourth Gain module to Depth L
      • Rename Depth L's gain name to Depth L
        • Open debug option for Depth L slider
          • Change Max to 1
          • Change Current to 0.4
    • Rename fifth Gain module to Depth R
      • Rename Depth R's gain name to Depth R
        • Open debug option for Depth R slider
          • Change Max to 1
          • Change Min to -1
          • Change Current to -0.4
    • Rename sixth Gain module to Wetness
      • Rename Wetness's gain name to Wetness
    • Rename fifth Gain module to Dryness
      • Rename Dryness's gain name to Dryness
  2. Create two Delay modules
    • Rename first Delay module to Delay L
      • Set the value to 0.5
    • Rename second Delay module to Delay R
      • Set the value to 0.5
  3. Create two Oscillator modules
    • Rename first Oscillator module to Speed L
      • Rename Speed L's frequency name to Speed L
        • Set the value to 0.1
    • Rename second Oscillator module to Speed R
      • Rename Speed R's frequency name to Speed R
        • Set the value to 0.1
  4. Connect them them as follows:
    • Input with Feedback
    • Feedback with Delay R
    • Feedback with Delay L
    • Delay L with Wetness
    • Delay R with Wetness
    • Wetness with Output
    • Output with Feedback (create a loop)
    • Speed L with Depth L
    • Depth L with Delay L's delay time parameter
    • Speed R with Depth R
    • Depth R with Delay R's delay time parameter
    • Input with Dryness
    • Dryness with Output
  5. Start both Speed modules
  6. Chorus module with all its parameters is ready!

image

Clone this wiki locally