HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. lijas90
    L
    • Profile
    • Following 0
    • Followers 0
    • Topics 6
    • Posts 21
    • Groups 0

    lijas90

    @lijas90

    2
    Reputation
    1
    Profile views
    21
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    lijas90 Unfollow Follow

    Best posts made by lijas90

    • RE: Image directory not found

      @d-healey SOLVED! I just deleted the RSA files I had created. What I don’t understand is the 'Image directory not found' message, but now it compiles fine. Thanks a lot, d.healy!

      posted in General Questions
      L
      lijas90
    • RE: Need help creating a scroll panel with buttons – beginner using viewport and panel

      @d-healey Thank you so much! I finally got it to work, I’d been trying for quite a while😅

      posted in General Questions
      L
      lijas90

    Latest posts made by lijas90

    • RE: Mac requirements for HISE

      @d-healey Perfect, thank you very much!

      posted in General Questions
      L
      lijas90
    • RE: Mac requirements for HISE

      @d-healey Yes, I’ve been considering the option of using a virtual machine, but it’s hard for me to find the macOS .iso files. I’m also not sure which version of macOS I actually need.

      posted in General Questions
      L
      lijas90
    • Mac requirements for HISE

      Hi, I'm thinking about buying a second-hand Mac mini (Mac mini (October 2014) Core i5 2.6 GHz - 1TB HDD - 8GB RAM) to compile my HISE projects from Windows on a Mac.
      Could anyone tell me what the minimum requirements are to work properly with HISE on macOS?
      Besides HISE, I assume I’ll need to install Visual Studio—anything else I should consider?
      Thanks a lot!

      posted in General Questions
      L
      lijas90
    • activate MidiOverlayPanel from code

      Hi. Does anyone know which function I can use to activate a MidiOverlayPanel from code? I want the animation of the MidiOverlayPanel to play when a series of buttons (inside an array) are pressed. I tried using setValue, but it doesn't work. Thanks.

      posted in General Questions
      L
      lijas90
    • RE: Enable Parametriq Eq

      @d-healey

      Line 916, column 32: Unknown function 'setBypassed'

      const var btnOnEq = Content.getComponent("btnOnEq");
      const var PanelParametricEq("PanelParametricEq");
      
      const var PanelTapaEq = Content.getComponent("PanelTapaEq");
      
      
      inline function onBtnOnEq (component,value){
      	
      	if(btnOnEq.getValue() == 1){
      		
      		PanelParametricEq.setBypassed(1);
      		PanelTapaEq.showControl(true);
      	}else{
      		PanelParamerticEq.setBypassed(0);
      		PanelTapaEq.showControl(false);
      	}
      }
      
      btnOnEq.setControlCallback(onBtnOnEq);
      

      Thanks!

      posted in General Questions
      L
      lijas90
    • RE: Enable Parametriq Eq

      @d-healey
      I already know that, but I need to do it with code because I want the Parametric EQ to activate while simultaneously making a panel that I've placed on top disappear.Thanks

      posted in General Questions
      L
      lijas90
    • Enable Parametriq Eq

      Hi, does anyone know how I can activate/deactivate a ParametriqEQ with code? I want to assign it to a button, but I can't figure it out. I've tried using the properties setValue, showControl, and setBypassed. Thanks!

      posted in General Questions
      L
      lijas90
    • MIDI Players don't load

      Hi, for a while now, when I compile a series of MIDI Players, some of them don't load automatically — I have to load them manually into the Current Sequence. I mean that once it's compiled, I have to manually select Sequence 1 to play it. This only happens with some of the MIDI Players. Does anyone know why this might be? Thanks!

      posted in General Questions
      L
      lijas90
    • RE: Image directory not found…

      @Meucci Delete everything in the Binaries folder and compile again. That’s how I fixed it.

      posted in Bug Reports
      L
      lijas90
    • RE: Image directory not found

      @Lindon Thanks!

      posted in General Questions
      L
      lijas90