Forum
    • Categories
    • Register
    • Login
    1. Home
    2. goldee
    G
    • Profile
    • Following 0
    • Followers 0
    • Topics 13
    • Posts 32
    • Groups 0

    goldee

    @goldee

    2
    Reputation
    16
    Profile views
    32
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    goldee Unfollow Follow

    Best posts made by goldee

    • Knob on loop for Lottie animations in HISE

      HI everyone i saw a video on Lottie animations in HISE by David Healey in which he makes a knob link with a Lottie pnl , i want to knoow if i can run an animation on loop that continuously keeps on playing

      posted in General Questions
      G
      goldee
    • RE: Timestretching sounds robtic/metalic

      @griffinboy @Christoph-Hart can we get good time stretching please 🥺

      posted in Scripting
      G
      goldee

    Latest posts made by goldee

    • RE: Help! Automation image painting in panel

      @goldee thank you so much

      posted in Newbie League
      G
      goldee
    • Help! Automation image painting in panel
      const var instimg_pnl1 = Content.getComponent ("instimg_pnl1");
      instimg_pnl1.loadImage("{PROJECT_FOLDER}instimg_pnl1.png", "instimg_pnl1");
      instimg_pnl1.setPaintRoutine(function(g)
      {
      var a = this.getLocalBounds(0);
      g.drawImage ("instimg_pnl1", a, 0, 0);
      });
      
      const var instimg_pnl2 = Content.getComponent ("instimg_pnl2");
      instimg_pnl2.loadImage("{PROJECT_FOLDER}instimg_pnl2.png", "instimg_pnl2");
      instimg_pnl2.setPaintRoutine(function(g)
      {
      var a = this.getLocalBounds(0);
      g.drawImage ("instimg_pnl2", a, 0, 0);
      });
      
      const var instimg_pnl3 = Content.getComponent ("instimg_pnl3");
      instimg_pnl3.loadImage("{PROJECT_FOLDER}instimg_pnl3.png", "instimg_pnl3");
      instimg_pnl3.setPaintRoutine(function(g)
      {
      var a = this.getLocalBounds(0);
      g.drawImage ("instimg_pnl3", a, 0, 0);
      });
      
      const var instimg_pnl4 = Content.getComponent ("instimg_pnl4");
      instimg_pnl4.loadImage("{PROJECT_FOLDER}instimg_pnl4.png", "instimg_pnl4");
      instimg_pnl4.setPaintRoutine(function(g)
      {
      var a = this.getLocalBounds(0);
      g.drawImage ("instimg_pnl4", a, 0, 0);
      });
      
      const var instimg_pnl5 = Content.getComponent ("instimg_pnl5");
      instimg_pnl5.loadImage("{PROJECT_FOLDER}instimg_pnl5.png", "instimg_pnl5");
      instimg_pnl5.setPaintRoutine(function(g)
      {
      var a = this.getLocalBounds(0);
      g.drawImage ("instimg_pnl5", a, 0, 0);
      });
      

      i have writen code that paints image for each panel separately how do i write a loop that minimize the amount of code

      posted in Newbie League
      G
      goldee
    • RE: Tag system in preset browser

      Hello is there any one to guid me through it or how I learn more about it

      posted in General Questions
      G
      goldee
    • Tag system in preset browser

      Hey everyone I know the hise present browser allows u to add tags but don't know how to implement it how to connect presets with tags and how the overall system works ??

      posted in General Questions
      G
      goldee
    • RE: Timestretching sounds robtic/metalic

      @griffinboy @Christoph-Hart can we get good time stretching please 🥺

      posted in Scripting
      G
      goldee
    • RE: separating samplemaps per combobox

      @Chazrox hello mate can I get a snippet of this to better understand how to implement it in my projects thank you and sorry for the inconvenience

      posted in General Questions
      G
      goldee
    • RE: Connecting two different value type knobs & inverting one...

      @DanH hey I am a big newbie how do I implement this code in my project can I get a snippet to better understand how it works please

      posted in Scripting
      G
      goldee
    • RE: Syncing/Time stretching via Sampler

      @d-healey is there any option to do this now??

      posted in General Questions
      G
      goldee
    • Analog Noise in my fx plugins

      Hey everyone,
      I was wondering if there is a way through which I can add analog noise to my plugins let's say I have a wav file in which I have captured noise form an vintage hardware unit and now I want this wav to be continuously running in loop and also add a knob that allows user to control the level of noise (gain of the noise wav running in the background)

      posted in General Questions
      G
      goldee
    • RE: Inverted threshold knob for compressor / dynamics module

      @HISEnberg thank you so much but as i wanted a knob that has 0db at the minimum and -100 at maximum value just like the peak knob of la2a assuming that peak knob only control threshold of the compressor

      posted in General Questions
      G
      goldee