HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. ILIAM
    3. Best
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 17
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: The world of HISE

      Hello everyone! Ilia here. I'm a long-time guest developer in the forum, and I've decided to join the community. 28, LA

      posted in General Questions
      ILIAMI
      ILIAM
    • RE: How to Invert a Set of Button Values with a Single Click?

      @d-healey said in How to Invert a Set of Button Values with a Single Click?:

      t's only going to apply if the button is 1 (because of your if statement).

      Very nice :) Thank you
      Yeah, I want this to act as a momentary

      so :

      	if(value)
      	{
      		for (x in Buttons)
      		{
      		    x.setValue(!x.getValue());
      		    x.changed();
      		}	
      	}
      
      posted in Scripting
      ILIAMI
      ILIAM