HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. hyperphonias
    H
    • Profile
    • Following 0
    • Followers 0
    • Topics 14
    • Posts 45
    • Groups 0

    hyperphonias

    @hyperphonias

    2
    Reputation
    12
    Profile views
    45
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    hyperphonias Unfollow Follow

    Best posts made by hyperphonias

    • Multiband Compressor UI

      hello, i wanted to know if its possible to create a MBC UI without a lot of code, so with built in features mostly

      posted in ScriptNode
      H
      hyperphonias
    • RE: LAF issue

      @d-healey it works thank you, i made a denoiser using DSP network, i recompiled hise to create expanders nodes, and split them and added them and now i've got a cool denoiser plugin5a573c69-44b0-4db9-ba17-d47123bf94ef-image.png

      posted in Scripting
      H
      hyperphonias

    Latest posts made by hyperphonias

    • Saving Presets

      Hello, i'm making an eq and on the top i want to put a preset saving. And I was wondering, am I obliged to put a FloatingTilePanel with the Preset Browser, or I can do it without it
      cddf4927-4860-4517-8233-dcf14205ec3e-image.png

      posted in General Questions
      H
      hyperphonias
    • RE: Convertings problems

      @Chazrox Thank you so much lol

      posted in Scripting
      H
      hyperphonias
    • Convertings problems

      Hello, im facing some convertion problems while trying to convert some dB from my band in parametriq EQ. Sometimes it works sometimes it glitches.

      here's the chunk of the code:
      var gainValue = Math.round(band.gain * 100) / 100;

          var band = bandValues[obj.index];
          var freqText = Math.round(band.freq) + " Hz";
          var gainValue = Math.round(band.gain * 100) / 100; 
          var gainText = (gainValue >= 0 ? "+" : "") + gainValue + " dB";
          var qValue = Math.round(band.q * 10) / 10; 
          var qText = "Q " + qValue;
          var typeText = typeNames[Math.max(0, Math.min(4, Math.round(band.type)))];
      

      39aff3f5-c5e2-47af-bd05-ecd27d3a1349-image.png
      8d294410-9c5b-417e-888f-cf865a24e78e-image.png

      posted in Scripting
      H
      hyperphonias
    • script node flip phase

      Hello, is there is a way to flip the phase with scriptnode? juste like in ableton or bitwig Left Right thing

      c43b313a-5749-4e5a-b90f-bfd5cde7145e-image.png

      posted in ScriptNode
      H
      hyperphonias
    • Gate Node sidechaining

      hello, so I wanted to know if in scriptnode its possible to do this type of sidechaining thing like in the Pro G (fabfilter)

      So basically the way it works is: the gate will only affect in the frequency range selected. For exemple it helps if you have pops or things like desk vibrations below the frequency range, it will not open the gate.

      c27e3401-422b-491c-b852-1c83ca9b36a5-image.png

      posted in ScriptNode
      H
      hyperphonias
    • RE: Recompiled Hise

      @HISEnberg I see I see thanks for helping, since you're there i'm asking you this because I'm searching thru the forum and I can't find it.

      I want to control these 2 frequencies at the same time to make a Solo button, but I don't know how i'm supposed to control them both at the same since you can put only 1 ProcessorID.

      df14e22c-7c53-4730-8212-d58822954a13-image.png

      posted in ScriptNode
      H
      hyperphonias
    • RE: Recompiled Hise

      @HISEnberg Wow thank you bro appreciate, last question (im sorry for bothering its really to gain time ^^'), is it possible to make it go from top to bottom rather than bottom to top?

      posted in ScriptNode
      H
      hyperphonias
    • RE: Control ScriptFX using code

      @d-healey oh yeah you're right I was at the top of the block not of the entire dsp sorry

      posted in Newbie League
      H
      hyperphonias
    • RE: Control ScriptFX using code

      @d-healey hmmm, I think im missing something?

      6424dfb3-b299-4295-98da-ac43d07eb8e5-image.png

      posted in Newbie League
      H
      hyperphonias
    • RE: Control ScriptFX using code

      @d-healey oh how you did it with processor and parameter ID?

      posted in Newbie League
      H
      hyperphonias