Forum

    • Register
    • Login
    • Search
    • Categories
    1. Home
    2. Tags
    3. slider
    Log in to post
    • All categories
    • J

      Slider FilmStrip Image bug
      Bug Reports • filmstrips filmstrip slider • • jantrafasmusic

      6
      1
      Votes
      6
      Posts
      167
      Views

      clevername27

      @jantrafasmusic Did you still have it still sent to horizontal?

    • oskarsh

      Solved CMD + Click Event for Sliders
      General Questions • event callbacks slider panel clickable • • oskarsh

      3
      0
      Votes
      3
      Posts
      31
      Views

      oskarsh

      @d-healey Yes I just noticed that I can just use a Broadcaster and I got it working.

      const var knobShortcutWatcher = Engine.createBroadcaster({ "id": "effectKnobsOnClickStatus", "args": ["component", "event"] }); knobShortcutWatcher.attachToComponentMouseEvents("sliderId", "Clicks Only", "Mouse Listener for Effect Controls"); knobShortcutWatcher.addListener("RefreshFunction", "Bypasses Effect",function(component, event) { if (event.cmdDown) { Console.print('CMD / STRG CLICK'); } });
    • Straticah

      LAF Again
      General Questions • laf slider waveform • • Straticah

      11
      0
      Votes
      11
      Posts
      111
      Views

      orange

      @toxonic @ulrik @Straticah

      Yep, it's been added to the collection: https://github.com/christoph-hart/hise_laf_library/blob/main/Examples.md

    • trillbilly

      VU Meter Returning Incorrect
      General Questions • vu meter slider peak meters • • trillbilly

      11
      0
      Votes
      11
      Posts
      61
      Views

      trillbilly

      @d-healey Got it, thank you. I'll be diving into LAF I guess lol

    • H

      Velocity Slider
      General Questions • slider velocity • • HalfKnight

      2
      0
      Votes
      2
      Posts
      91
      Views

      d.healey

      HiseSnippet 865.3ocsU0saaaCElzILc1soXsnXWNHzqb.ZCj25e.sCyMNIEFcI0XJMa2EvHcTLgoHEDoRq2vdo1Kv5iTeC1NjR1RsyHs0.UWoyOeG9wyebRgNFLFcAg18j44.gdCVzbkc5nobghLdeB8lri3FKTDToZu44biARHT5Fuvof1cSh+68+7dbIWECMpHjS0hX3WDYBai1ICeoPJOjm.mHxZ48CFNNVqFok5RjOavBI473Y7Kfi4N25vHzsNHQX0EQVtELD5l6oSlGMU+FUk+mJLhykfSX.IBCTk5C0xDGic+SFMUHSlr3daHXTlzjE1nJKbG1QhDwR8MYiu0aHnAQ67AsyUQuAqI8nsn2lUz6Vrn3BQtswhiaWmMVgEpTNVBZSqJeIc9dJajF8PY2MiOCNr.EVhn+iBCuWvCCC24oa2a6dXgvXCtjWD7Rk97AA+TvBnW.1Q5rbsBE5eWu06VgIsTEaEZUfVcr1BuR0emd+YutGgLDKh6Z.6ofTGKry66g4B0obYIzemcdZu+pWvGGfzzpH7Q1bLoPKkPwJM6ZpJtJf8UkYmCE2Cud3guzQL69gkus97JewUIlVNpUiUB6qxgZ4lB7fUTfI0YVWotlgnqVeg9l0E5HoHAJHBLHWi4SdDO4aFd96mQd8384V9hvfQDOkbnvJbWF59vk3nXU+SW19fYlUm68stXhm1m7Pe6xC7cvv4MBWLzXm6RMa4cjjIRRjvDsQ3R8s1Q7O3pj7HweftxXC1MD87CVgjwacDmMzTllJdqe1OUHyLVjWiyvtIB81rWaffDHkWJsAlYXbjB0LH4Ds2+7Eo3wH++NVjPAA+F+RH3EfBJ3Xcd.teo.WsfS.NetNKBxDmf4Brn7+m4vIecRozAr85.2NvZCtaZ64N2rkBy.yaeA+B1QDtxcDqrE5yjt2hMQXimtZ91YE7Eal9Zy25MtayNHMEhsMjcS1g+95td8KfJ+ptzJTWbDG6svNM1wkYQ3CPw.xDkBj3AwncbioUxgNYWlIBTIdg+E+pMNvISqMNXgQRFOtPeVb0vsam9230fbR4eZqK9FKJGrbplwB8yFIhyhicoh6ibe0X9g0.yOtFXdvZf4gqAlGsFXd7Zf4IWIF2q7OuzpypFSPESNvuckROPwwtLeGI4+.ZKwdM.
    • gorangrooves

      Slider to control gain of 2 or more samplers at once
      General Questions • slider • • gorangrooves

      5
      0
      Votes
      5
      Posts
      338
      Views

      gorangrooves

      @d-healey Thanks, mate! I managed to get it working right away as per your instructions and I learned something new 🙂 Much appreciated! 🙏🏻