HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. Ender
    3. Topics
    E
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 11
    • Groups 0

    Topics

    • E

      Inverting a knob

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      164 Views
      E

      @ustk said in Inverting a knob:

      @Ender you already have value as callback's argument

      So:

      inline function onKnobControl(value) { local invVal = 1-value; Console.print(invVal); }

      Hello @ustk ,

      I just had to do some little adjustment to the function you wrote and everything works like i want :)

      Thank you very much for your help!

    • E

      Parsing Error

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      17
      0 Votes
      17 Posts
      464 Views
      E

      @d-healey said in Parsing Error:
      I found what was wrong!
      put it back to local filterIndex = value - 1; , but the same message came again. i suddenly thought abput the name i gave to the filter module. I changed it and everything worked well! i maybe got the issue because i left a space in "MAIN FILTER".

      I'm so glad to see this filter behaving like i want it to do so. Thank you so much for your help, i would probably be mad if you didn't answer to my post :)