REAPER: free multiband anything with FXRack

Поділитися
Вставка
  • Опубліковано 8 вер 2024
  • A video on how to take advantage of REAPERs super flexible track routing with some free scripts and FX.
    01:16 - FXRack Script
    04:50 - Multiband!
    06:38 - My JS Splitter
    07:50 - Controlling bands
    09:32 - Let's Try It
    The FXRack Script from eugen2777:
    forum.cockos.c...
    My JS Splitters:
    stash.reaper.f...
    Video from REAPER Blog on ReaPack:
    • ReaScript & ReaPack Tips
    FREE REVERB USED HERE:
    www.kvraudio.c...
    MY MIXING AND PRODUCTION HOMEPAGE:
    jrileyhill.com/
    MY ELECTRONIC MUSIC:
    / @the3mu606

КОМЕНТАРІ • 17

  • @jrileyhill
    @jrileyhill  Рік тому +2

    Unfortunately the person who created this has passed away and it's no longer being updated 😢 For a free alternative I'd recommend StudioRack by Waves, it's VST3 only but it's very slick and works as well as the paid options.

  • @maticlee8535
    @maticlee8535 5 років тому +1

    DOPE IM DOING THIS TONIGHT !!!! THANKS BRO

    • @jrileyhill
      @jrileyhill  5 років тому

      nice, there is lots of possibilities with it!

  • @artemi-music
    @artemi-music 2 роки тому +1

    Hello! thanks a lot for your tutorial, really enjoyed it.

  • @antoinebalaine2061
    @antoinebalaine2061 5 років тому +1

    So awesome ! Thanks

  • @istominmusic
    @istominmusic 2 роки тому

    How load VSTi midi instruments?

  • @BryanChiMusic
    @BryanChiMusic 4 роки тому

    hahaha I love your swing icon

    • @jrileyhill
      @jrileyhill  4 роки тому +1

      thanks haha I can't remember where I found that. If you want it I uploaded it to the stash on it's own.
      stash.reaper.fm/37706/swing.png

  • @Gallanitte
    @Gallanitte 4 роки тому

    This is so cool and it made me discover FXRack. However, the "J Riley Hill folder" that has to be copied to the effects in my Reaper path only contains Text documents and it doesn't load as FX. What did I do wrong?

    • @Gallanitte
      @Gallanitte 4 роки тому +1

      Oh, I found them when I realized you had made presets with them loaded for us. Thank you so much, this is great!

    • @jrileyhill
      @jrileyhill  Рік тому

      glad you found it useful.

  • @teomage978
    @teomage978 5 років тому

    in my case the outputs always come back on 1 and 2 Bug? tansks

    • @jrileyhill
      @jrileyhill  5 років тому +1

      I'm not sure, it's possible...
      I'd need more info on what you are trying to do.
      If you post a description of what you are trying to achieve on here, or on the REAPER forum thread I will take a look!
      Keep in mind:
      The outputs always come out of 1 and 2 at the END of the chain that is how this script is set up to work.

  • @brainlesscat1237
    @brainlesscat1237 2 роки тому +1

    I get the following error, could someone help: ...UGENE27771-ReaScripts\Various\FXRack/Modules\FXChain.lua:254: attempt to index a nil value (local 'fx_chain')

    • @live4movie
      @live4movie 2 роки тому +1

      Locate file:
      Code:
      Reaper\Scripts\EUGENE27771-ReaScripts\Various\FXRack\Modules\FXChain.lua
      In the file, locate line 148:
      Code:
      s, e, fx_chunk = track_chunk:find("^(BYPASS %d %d %d
      .-WAK %d
      )", e + 1)
      Change to:
      Code:
      s, e, fx_chunk = track_chunk:find("^(BYPASS %d %d %d
      .-WAK %d %d
      )", e + 1)
      Fixed.