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

      Adding a load button for Convolution reverb?

      Watching Ignoring Scheduled Pinned Locked Moved ScriptNode convolution
      7
      0 Votes
      7 Posts
      287 Views
      SawatakashiS

      @HISEnberg It's really nice of you.

    • StraticahS

      Convolution Samples Dropdown?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions convolution dropdown
      9
      0 Votes
      9 Posts
      691 Views
      S

      @d-healey I know

      It is a mix of your's, others and peharps mine :)

    • L

      (Solved) Problem With Convolution Reverb When Using 2 Engines at the Same Time

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports convolution reverb
      9
      0 Votes
      9 Posts
      519 Views
      L

      @d-healey
      Ok i will Study what you just Explained
      Thank You So Much!

    • 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
      528 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.

    • Dan KorneffD

      Convolution gain louder at higher sample rates

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports sample rate convolution
      37
      0 Votes
      37 Posts
      3k Views
      bendursoB

      @Dan-Korneff Cool thanks, I was learning scriptnode these days and I was able to do that. But how did you monitor the Sample Rate changes? In your last code post you were asking about that.

      Making a timer to monitor the current sample rate would be another option to constantly output the values. Wouldn't there be any problem with this?