How I made my own VST audio plugin (Dyst JSFX & JUCE Code Walkthrough)

Поділитися
Вставка
  • Опубліковано 29 сер 2024

КОМЕНТАРІ • 21

  • @nadpher
    @nadpher 11 місяців тому +4

    Dude, this kind of information fOR FREE IS INSANE! i respect you so much and wish you well on future music/coding endeavours!!!

  • @Beatsbasteln
    @Beatsbasteln 11 місяців тому +2

    congratulations on finishing your distortion plugin :) glad i could help you with some ideas

    • @aarrowaudio
      @aarrowaudio  11 місяців тому +2

      Oh, I haven't implemented the changes yet! I'm still going to move the time slider like you suggested and try mid-side. The update is still on its way, look out for the video when it's ready!

  • @Johnytiger
    @Johnytiger 11 годин тому

    1:50:49 thought i blinked

  • @user-uw1oo8py2p
    @user-uw1oo8py2p 2 місяці тому

    Thank you :)

  • @pavelpavlov954
    @pavelpavlov954 10 місяців тому

    Amazing!!!

  • @Atezian
    @Atezian 11 місяців тому +3

    32:50 this is weird. Is it storing an array of arrays?

    • @aarrowaudio
      @aarrowaudio  11 місяців тому +1

      So everything in the format
      outside[inside]
      is really just accessing a single global memory array called gmem
      **outside** increments the value of **inside** and the sum of the two values is used as the index of gmem[], so:
      outside[inside] = gmem[outside+inside]
      and using the variables from my example:
      apple[0] = 10 ====> gmem[ 5+0 ] = 10
      zoo = pear[5] ====> zoo = gmem[ 0+5 ]
      both evaluate to gmem[5], so we get the same value
      Hopefully I didnt overexplain, but the short answer is: not quite, it's just one bizarrely indexed/accessed array

  • @djmrwrong
    @djmrwrong 7 місяців тому

    could you make a vst plugin that's looks like omniplayer radio automation software

  • @user-vr7ib2kg2v
    @user-vr7ib2kg2v 7 місяців тому

    Could you make videos how you write music?

    • @aarrowaudio
      @aarrowaudio  7 місяців тому +1

      I'm planning a few already, can't promise it will be soon but I want to

    • @user-vr7ib2kg2v
      @user-vr7ib2kg2v 7 місяців тому

      We are waiting!@@aarrowaudio

  • @saardean4481
    @saardean4481 10 місяців тому

    Hello there.
    I purchased and tried to install. I put everything in the right folders.
    In does not show up at all in Ableton 11 on an M1 MacBook with Ventura. Did I miss something cause I thought it should be compatible?

    • @aarrowaudio
      @aarrowaudio  10 місяців тому

      You're the first person I've heard have issues on an M1, did you try both 1.12 and 1.13 builds?

    • @saardean4481
      @saardean4481 10 місяців тому

      @@aarrowaudio Yes. When Ableton scans plugins I get "Dyst bla bla cant open bla bla safety" and usually I simply have to give it Permission and it works. In this case nothing happens. It simply won't show up.
      Just as a side info , I have more than 700 plugins so it's not my first rodeo with this kind of issue. Not saying that I know it all but this definitely is a plugin that needs a little extra love to be installed.
      Will perform a deep scan later. Who knows

    • @aarrowaudio
      @aarrowaudio  10 місяців тому

      @@saardean4481 hmm, if there's any sort of report/error you get from the deep scan please send it my way (here, discord or email), I'll do my best to fix it but at the moment I couldn't guess what the issue is.
      Thanks for letting me know, either way, though. Sorry for the extra trouble

    • @saardean4481
      @saardean4481 10 місяців тому

      @@aarrowaudio No its not an "error"
      Security thingy of apple lets me know " Cant open Plugin X cause of security concerns" and then you simply have to click " Please still open it" and then it works in most cases.
      Don't worry.
      It happens with some (very few) plugins that I have to grant them permissions.
      This is one of them.
      Will let you know
      Ps: also the Readme thing I cant open. What programm do I need for it? Is it a windows format ?

    • @saardean4481
      @saardean4481 10 місяців тому +1

      @@aarrowaudio In a Nutshell it tells me " Did not open Dyst cause apple cant look inside it in order to make sure its not malware"
      I just did it and gave it permissions and everything . However the other similar issue plugins such as Zerobox or one Hornet plugin show up after I gave them permissions
      So I cant tell you more unfortunately . Dunno what is causing it but usually it simply works. it's not like a can do that much wrong tbh. Its the same procedure every time