Sound Effects Editing Workflow In REAPER

Поделиться
HTML-код
  • Опубликовано: 17 ноя 2024

Комментарии • 34

  • @StiffmanOz
    @StiffmanOz 6 лет назад +2

    Super helpful, It's good to see how someone else edits their samples to get an idea of what people are doing. Cheers

  • @petertremblay3725
    @petertremblay3725 16 дней назад

    Tchaikovsky would be proud of you!

  • @chrismeyers7487
    @chrismeyers7487 6 лет назад +7

    Dude, the ball hitting the pile sounded almost like a kick and hi-hat in some dance track! Make a drum machine out of acorn sounds lol

  • @CarltonMedia
    @CarltonMedia 6 лет назад

    Nice job, Jon. Nice demo of some cool scripts / actions.

  • @TheREAPERBlog
    @TheREAPERBlog  6 лет назад +5

    If you have tips for how I can improve this workflow please let me know.

    • @EtalonBeats
      @EtalonBeats 6 лет назад

      Use pyautogui in Python to type 0.25 then hit enter when repositioning items. You can either give the reposition action a shortcut and run that shortcut with python as well or combine the .py action and the reposition in a custom action.
      the code should look something like this:
      import pyautogui
      pyautogui.typewrite('0.25', interval=0.1)
      pyautogui.press('enter')
      Note: you will have to install pyautogui first

    • @TheREAPERBlog
      @TheREAPERBlog  6 лет назад

      that's a good idea. I'll try that and save a few presets.
      How would I do shift+tab in that script?

    • @XRaym
      @XRaym 6 лет назад

      @Etalon Beats More efficient to mod existing scripts :P

    • @EtalonBeats
      @EtalonBeats 6 лет назад

      import pyautogui
      pyautogui.keyDown('shift')
      pyautogui.press('tab')
      pyautogui.keyUp('shift')
      You can also add some delay before each action if it runs too fast:
      pyautogui.PAUSE = 1.0
      You can find out more about pyautogui here:
      pyautogui.readthedocs.io/en/latest/introduction.html#examples

    • @TheREAPERBlog
      @TheREAPERBlog  6 лет назад

      Getting an error when the script runs
      line 1, in
      import pyautogui
      ImportError: No module named pyautogui
      When I run "pip3 install pyautogui" in terminal it says it's already installed.

  • @westcoastsound
    @westcoastsound Год назад

    great video txs for the time and effort.\

  • @fernandopozo6905
    @fernandopozo6905 6 лет назад

    Awesome video, I didn't know about those actions, they can be really useful. Do you remember I asked how to get rid of markers in a file? This could be a partial solution, at least I won´t see them anymore.

  • @mohitmate9190
    @mohitmate9190 8 дней назад

    Which sound library do you use?

  • @XRaym
    @XRaym 6 лет назад +1

    Well, I have a tons of scripts (free or premium= which can be used in a sample library worfklow, from naming, level/Loudness adjusting adjusting, sorting, setting fades, distance between items, layering, max peaks analysis, metadata addition, render region matrix, HTML/PDF reports... I can't put them all there, but sure there is some that you could use :P

  • @alexdavies1566
    @alexdavies1566 6 лет назад

    Great video. That template setup looks great, any where I can get it?

  • @jaloyang8277
    @jaloyang8277 5 лет назад

    It's a great video. And how do you edit the recording sound quickly. I mean do you manually to split each part or use some actions automatically to split the sounds from the ringtone one by one. Every time I recorded a long take, I found it's very time-costed to manually split the sound one by one. Like foot steps.

  • @carlosmaranhao5637
    @carlosmaranhao5637 6 лет назад +1

    Ótimo, obrigado...

  • @bluposn3r
    @bluposn3r 2 года назад

    Once each item is split using media cues, is there a way of rendering each item into separate wave files that are all numbered etc?

    • @TheREAPERBlog
      @TheREAPERBlog  2 года назад +1

      selected media items mode in render mode

    • @bluposn3r
      @bluposn3r 2 года назад

      @@TheREAPERBlog thank you 🙏🏻

  • @aadithyaam3059
    @aadithyaam3059 6 лет назад +2

    Pls do a tutorial on using two monitor screens with reaper!!!!!

    • @austinshannon4763
      @austinshannon4763 6 лет назад +2

      Easy, just put your mixer on the other window. I also have macros that open up things like media bay, render window, etc on my second monitor. Or you could just drag the main window across both monitors.

  • @luduludu
    @luduludu 6 лет назад

    Nice video, thx!
    About Reaper as sound effects/movie audio editing, do you know how to import audio files/timecode from something like Resolve or Premiere Pro?

  • @Jubraed
    @Jubraed 6 лет назад

    Nice

  • @MRK24567
    @MRK24567 5 лет назад

    oooot!

  • @AHmusic
    @AHmusic 6 лет назад

    hi!