HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. jantrafasmusic
    3. Posts
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 5
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Slider FilmStrip Image bug

      @Soundavid when i press compile, my filmstrip images turn back into the generic HISE textures

      posted in Bug Reports
      J
      jantrafasmusic
    • RE: Output Meters Function problem

      @Dan-Korneff that was it, thank you lots

      posted in Scripting
      J
      jantrafasmusic
    • Output Meters Function problem

      Hello, I'm having trouble with my Output Meters code.
      I am using sliders named "LeftMeter" and "RightMeter" and all I get after writing this code is "Unknown Function 'setValue'"

      How can I make it work?

      //meters//

      const var LeftMeter = Content.getComponent("LeftMeter");
      const var RightMeter = Content.getComponent("RightMeter");

      reg timer = Engine.createTimerObject();
      timer.setTimerCallback(function()

      {
      leftMeter.setValue(Engine.getMasterPeakLevel(0));
      rightMeter.setValue(Engine.getMasterPeakLevel(1));
      });

      timer.startTimer(30);

      posted in Scripting setvalue func meter output meter
      J
      jantrafasmusic
    • RE: Slider FilmStrip Image bug

      @Soundavid got you, thanks

      posted in Bug Reports
      J
      jantrafasmusic
    • Slider FilmStrip Image bug

      My slider, which I've turned into a fader by adding a filmstrip image reverts back to the default texture every time I add any component to my Interface designer, even when what I add is completely unrelated to the fader/slider. The fader image has 128 strips and when I set it to 127 and then back to 128 the original texture comes back. How do I make it so it always uses my texture?

      posted in Bug Reports filmstrips filmstrip slider
      J
      jantrafasmusic