HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. Tags
    3. filesystem
    Log in to post
    • All categories
    • A

      IR Convolution plugin - sample location and best practices?

      Watching Ignoring Scheduled Pinned Locked Moved Scripting convolution audio files filesystem file samples
      4
      0 Votes
      4 Posts
      527 Views
      d.healeyD

      @andioak said in IR Convolution plugin - sample location and best practices?:

      That one was just super popular What happened?

      Popularity has nothing to do with it. Git is a version control system, branches represent different versions of the source code, the scriptnode branch was a feature branch, once the feature (scriptnode) was stable it was merged back into the develop branch. Once the develop branch gets to a point where it's stable-ish it is merged into the master branch. So the master branch will always be out of date, but should at least build and export successfully. The develop branch is the cutting edge latest changes, unless there is a feature branch that is being actively worked on.

      @andioak said in IR Convolution plugin - sample location and best practices?:

      So no function to get all files and sub-folders of files then? We really need that one. That one would make it possible for users to copy-paste files that then show up n the plugin. Dynomite.

      Yes you can use the file system and file apis (I have several videos about these on Patreon). This is not directly related to loading files into the convo reverb though.

    • d.healeyD

      FIleSystem browse directory

      Watching Ignoring Scheduled Pinned Locked Moved Scripting directory browse filesystem folder
      8
      2 Votes
      8 Posts
      595 Views
      Casey KolbC

      @d-healey Amazing! I should pull request the createDirectory() function as well.