REAPER: VST vs JS plugins

Sdílet
Vložit
  • čas přidán 13. 09. 2024
  • Intro video to my mixing and production in REAPER series.
    I'm going over the basic difference between VST and JS.
    Kenny Gioia REAPER videos:
    reaper.fm/video...
    REAPER Blog:
    reaperblog.net/
    VST's by one of REAPER's developers:
    www.stillwella...
    MY MIXING AND PRODUCTION HOMEPAGE:
    jrileyhill.com/
    MY ELECTRONIC MUSIC:
    / @the3mu606
  • Krátké a kreslené filmy

Komentáře • 15

  • @LauraBallestrino
    @LauraBallestrino Před 4 lety +3

    Great explanation! Thank you

  • @jenskrgaardlarsen9572
    @jenskrgaardlarsen9572 Před 2 lety +2

    Thanks for the upcomming serie, I think it's a great idea to
    make a js/rea plugin serie, and I will follow you ;)
    Ups, I just saw it was a 2 years old video I watched!
    (So upcomming was to late)

    • @jrileyhill
      @jrileyhill  Před rokem

      haha yeah it's been a while, unfortunately i don't know enough to do a full series, I just wanted to show people a bit about what is the difference between js and other formats. check out @leafac if you are already, he does lots of reaper plugins and JS type content

  • @abominablemusic
    @abominablemusic Před 3 lety +1

    Thanks! I've been meaning to play with JS and coding for a while...

  • @qcgarcia
    @qcgarcia Před 2 lety

    aww man... very tempting, but not sure how steep the learning curve is. I've always dreamt about a vst version of ffmpeg's compander.

    • @jrileyhill
      @jrileyhill  Před rokem +1

      I've never written a full js plugin, just tweaked them, and there isn't much in terms of tutorials around, however, more and more js plugins exist now adays so it's easy to take a look at the code of ones that do similar things to what you want and just start tweaking. I say go for it!

  • @callmejohnnylovecreator6042

    Thank You

    • @jrileyhill
      @jrileyhill  Před 3 lety

      you're welcome! glad it was helpful

  • @whitex4652
    @whitex4652 Před 3 lety

    JD code is not compiled. It's interpreted in realtime. Huge difference. If you make tutorials you should at least know some basics.

    • @jrileyhill
      @jrileyhill  Před 3 lety +5

      I don't know what JD code is, but I don't talk about it in the video. If you are gonna comment on other people's videos you should at least watch them lol

    • @jrileyhill
      @jrileyhill  Před 3 lety +5

      If this is what you mean..... here is text literally from the first paragraph of JSFX manual on the reaper site: "JSFX are written in EEL2, a scripting language that is compiled on the fly and allows you to modify and/or generate audio and MIDI, as well as draw custom vector based UI and analysis displays." "compiled on the fly"... hmmm if that is the language the REAPER dev's use I'm pretty sure it's ok for us as well.

    • @NoMoreWorriesMate
      @NoMoreWorriesMate Před 2 lety +4

      @@jrileyhill haha don't mind him bro. your video was informative

    • @justinbrown8214
      @justinbrown8214 Před 2 lety +2

      'Interpreted' in realtime is the same thing as saying 'compiled' in real time which is exactly what he says in the video at 1:50. Sounds like you need to hit the books yourself my dude.

    • @FyrestarCom
      @FyrestarCom Před rokem

      It's it's actual JS like in the browser, it is actually compiled if it's based on V8 partially even assembly machine code.