HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. Noahdeetz
    3. Best
    N
    • Profile
    • Following 2
    • Followers 0
    • Topics 16
    • Posts 56
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: I Need Help...

      @ClawFORGE-Studio Nice!

      Just for further reference if anyone else looks down this thread. The rationale is that uncompressed images can still gum up a compiler because their conversion to source code (the const char ptr in PresetData.cpp) can bloat the size quite a bit.

      posted in General Questions
      N
      Noahdeetz
    • RE: I Need Help...

      @ClawFORGE-Studio Then just try compressing the images. It might not work...

      posted in General Questions
      N
      Noahdeetz
    • Best Practice for Getting RMS/Peak on an audio buffer

      Hello everyone,

      I was wondering what the updated best practice is for getting RMS and peak values of an audio signal for HISE are? The goal is to use them for an "input trim" knob on an audio effect plugin, however the only examples I have seen are ones for peak/vu meters.

      Any help on the issue would be much appreciated? I have checked out the relevant API documentation except for some reason Buffer.getRMSLevel has not been working. I keep getting an unknown function error based on this input:

      var RMS = Buffer.getRMSLevel(0,128);

      I have tested it also using Engine.getBlockSize() too. Right now I have it implemented in a timer callback.

      Best,
      Noah

      posted in General Questions
      N
      Noahdeetz
    • RE: Absolute path not being able to be resolved from sample

      @d-healey ahhh I see.

      Okay I resolved the path and it fixed the issue! Thanks for your help

      posted in General Questions
      N
      Noahdeetz
    • RE: Quick question

      @d-healey

      Oooh okay. Gotcha I will!

      Thanks so much for the help :)

      -Noah

      posted in General Questions
      N
      Noahdeetz
    • RE: Quick question

      @d-healey

      HISE 2.1.0

      posted in General Questions
      N
      Noahdeetz