Navigation

    Forum

    • Register
    • Login
    • Search
    • Categories
    • Tags
    1. Home
    2. Jay
    J
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Jay

    @Jay

    82
    Reputation
    459
    Posts
    627
    Profile views
    2
    Followers
    11
    Following
    Joined Last Online

    Jay Follow

    Posts made by Jay

    • RE: scriptnode

      @iamlamprey yeah that's what it is, thank

      posted in General Questions
      J
      Jay
    • RE: scriptnode

      @d-healey Screen Shot 2021-02-28 at 8.13.59 PM.png but is empty no nodes

      posted in General Questions
      J
      Jay
    • RE: scriptnode

      @d-healey I don't know how to, my bad

      posted in General Questions
      J
      Jay
    • scriptnode

      my script done is empty, I don't see any nodes at all

      posted in General Questions
      J
      Jay
    • RE: Implement JUCE Stretchable GUI in HISE

      @LeeC said in Implement JUCE Stretchable GUI in HISE:

      https://forum.hise.audio/topic/2756/some-additions-please-enjoy/2

      https://forum.hise.audio/topic/2756/some-additions-please-enjoy/2

      is not compiling

      posted in General Questions
      J
      Jay
    • RE: LAF ScriptSlider?

      @ustk waiting on this .......

      posted in General Questions
      J
      Jay
    • RE: ComboBox selection

      @d-healey like always you are a life saver, thanks a lot man

      posted in General Questions
      J
      Jay
    • ComboBox selection

      Does anyone know how to make a selection out of a ComboBox using let's back and forward button?

      HiseSnippet 832.3ocsV0sSaCCE1tsFQKCDHsGfHsa.IFJk+1j1Eqq+MUs0R0JCMsaPlD2FKRriRb.pl1qydT1yydC1NNIsIEBnRkV5E0emeb9Nmi84jgARKVXnL.gqd9TeFB+BxnoBkSKGJWf50Fg2hzmFpXAFIhZN0mFFxrQXb4OpEfqVAE+7m22j5REVrLQHzERtE6ybOtJS5vFeh651kZyNm6ky5iazyRJZIckQ.eJSLQ9TqqoSXCnZyJQP305XyUxfQJphEB1zTZOcji7VQh8WvC4W4xzf5nQvFkHF0xg6ZObVrFhP3JCyh7xIQ9KI84174xyx.aGqvHyi74.boEoTkEnT8GiRckt15M3QnGNG8pjPucHirB39pLMZtsAom.JNioPZOOsRrEg+MokDLPnNvidMqa..l6vtmZZtuwIll68tMqo+MNRXo3RggTLPpXmI1cuZ+nV0Z+rlw8UMdbg5zur.oqKKnP055cvS43thHuqXA6abC0MhM2PHIrXVdikKKakD64LTJ5I3py7Yo3r5fVWRTOSqIZdvlWTVLlWZbnUfYYhdXYFkVafBd4TygUp3x81ok6VRuqjMk2g315p8LXcTbFJ6xy5MP2eK1JcKZFoTRQ7FTkj.df6ojYIc+vBb+q8ZSUT8Y2znBhTeVfhqqW31rafFAImjqRZyBuVI8iCaOeoPmCvqujA9cyesMbaLMiCeugGEzQvD.bK2V4nA+B.NL9DGkF8J.wULOfRGPNyO9vW8ZoKNb1hils33YKNQmdlyz0Vh7aFKMljmkVM3g8kdv9PC.w3RJ1c5sjLLfcyy7sbX9bgZodKCz+idX2EnGmzNxkpVrwmtCepBHMrPGFcaDQHWMM+DfmQ2PyB6FVunqIKIc2gLjqrbJlukJfuvg0+27Mc1xljNiGyrTYjsBo62V0AIOCp7EYjhKlzmpB35KGCh7FAiWsX.SDBlan9VQI8s+DroFqyLiXB6XvegmTk00Xbpx5yTh7nVAxKsRZenmdsdrDfSh3A2Uguf.vFya5PHlGXh7fgpWZYoSEuF3dw9b3J3yQqfOGuB9bxJ3yoqfOuYE74sOoO5um4CQJoWx0DPvvNwcuw3NBJbJK9DI5e.k3go0.
      
      posted in General Questions
      J
      Jay
    • RE: EQ Type from low pass to bell

      @dustbro Thank youuuuuu

      posted in General Questions
      J
      Jay
    • EQ Type from low pass to bell

      None of this work on my end, what I'm doing wrong?

      inline function onbellLFControl(component, value)
      {
      if (value == 1)
      {
      EQ.setAttribute(EQ.Type, 5);
      //local index = EQ.Type + 0 * EQ.BandOffset;
      //EQ.setAttribute(index, 5);
      }
      else
      {
      EQ.setAttribute(EQ.Type, 3);
      //local index = EQ.Type + 0 * EQ.BandOffset;
      //EQ.setAttribute(index, 3);
      }
      };
      Content.getComponent("bellLF").setControlCallback(onbellLFControl);

      posted in General Questions
      J
      Jay