HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. Tags
    3. file
    Log in to post
    • All categories
    • d.healeyD

      Added File.getVersion

      Watching Ignoring Scheduled Pinned Locked Moved Scripting version file function
      6
      2 Votes
      6 Posts
      453 Views
      orangeO

      @d-healey said in Added File.getVersion:

      Actually it doesn't seem to work on OSX either, at least in my tests it couldn't pick up a version number from a vst3

      I will check it

    • 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

      How to get Impulse Responses from external file

      Watching Ignoring Scheduled Pinned Locked Moved General Questions external response reverb impulse file
      4
      0 Votes
      4 Posts
      356 Views
      d.healeyD

      @dustbro That should work, thanks!