HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. CatABC
    3. Posts
    • Profile
    • Following 2
    • Followers 0
    • Topics 86
    • Posts 319
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: staple process error MAC

      @treynterrio Yes, my Mac has been working for two days and two nights, and it's still: in Processing................................................................................
      Apple is too unfriendly to developers.

      posted in General Questions
      CatABCC
      CatABC
    • RE: Drag and drop MIDI functionality does not work after reloading plugins

      @ILIAM

      HISE-develop\hi_core\hi_components\midi_overlays
      MidiOverlayFactory.h
      Delete line 40 of this file:

      : public DeletedAtShutdown
      

      Then recompile HISE

      posted in Bug Reports
      CatABCC
      CatABC
    • RE: Please help me, how to connect the button in the webview with the Button component of HISE

      @CatABC
      OK, I think I figured it out. Using webview requires communication.

      wv.bindCallback("wvfunctionNmae", function(args)
      
      inline function onButton1Control(component, value)
      {
                  wv.callFunction("wvfunctionNmae", {
                     
                  });          
      
      };
      Content.getComponent("Button1").setControlCallback(onButton1Control);
      
      posted in General Questions
      CatABCC
      CatABC
    • Please help me, how to connect the button in the webview with the Button component of HISE

      I use a webview component, which loads an html file with a button in it. When I click the button in the webview, I hope it can perform the same operation as the Button component of HISE. How can I do it?

      posted in General Questions
      CatABCC
      CatABC
    • Non-English input method Label cannot be input

      In non-English input mode, the Label component in the exported plug-in cannot input text

      posted in Bug Reports
      CatABCC
      CatABC
    • RE: How to wrap text in a Label?

      @DanH Hahaha, it's so simple, thank you very much for your guidance😙

      posted in General Questions
      CatABCC
      CatABC
    • How to wrap text in a Label?

      How to wrap text in a Label?
      When I enter text in the label component and press the enter key, the cursor will not start a new line. Is there any way to achieve this function, just like entering text in TXT?😢

      posted in General Questions
      CatABCC
      CatABC
    • RE: Is it possible to merge two ch1 files?

      @d-healey Okay, thanks David.🥂

      posted in General Questions
      CatABCC
      CatABC
    • RE: Is it possible to merge two ch1 files?

      @d-healey Yes, but I lost the original sample files, which is a sad thing.😢

      posted in General Questions
      CatABCC
      CatABC
    • RE: Is it possible to merge two ch1 files?

      @Lindon Okay, this is a headache.🤕

      posted in General Questions
      CatABCC
      CatABC
    • Is it possible to merge two ch1 files?

      I have two exported ch1 files and I want to merge them. Is this possible?

      posted in General Questions
      CatABCC
      CatABC
    • RE: Paste screenshot in HISE plugin?

      @ustk I thought about using pre-made images, but that would be a lot of work. Also, I wanted the plugin panel parameters to be visible as well, so I thought a screenshot would be better.

      posted in General Questions
      CatABCC
      CatABC
    • RE: Paste screenshot in HISE plugin?

      @Chazrox Ok, thank you very much, I try it

      posted in General Questions
      CatABCC
      CatABC
    • RE: Paste screenshot in HISE plugin?

      @Oli-Ullmann yes,😹

      posted in General Questions
      CatABCC
      CatABC
    • RE: Paste screenshot in HISE plugin?

      @Oli-Ullmann I hope to make a VST notebook plug-in to record what plug-ins are used in the track

      posted in General Questions
      CatABCC
      CatABC
    • Paste screenshot in HISE plugin?

      Is this possible, I use any screenshot software to take a screenshot, then press Ctrl+v to paste the screenshot in HISE

      posted in General Questions
      CatABCC
      CatABC
    • RE: LAF a vertical slider using CSS

      @young60 Cool,hahaha😆

      posted in Scripting
      CatABCC
      CatABC
    • RE: LAF a vertical slider using CSS

      @DabDab Yeah, that's the problem I encountered too.😂

      posted in Scripting
      CatABCC
      CatABC
    • RE: Split SampleMap?

      @d-healey OK, I understand, thank you David

      posted in General Questions
      CatABCC
      CatABC
    • RE: LAF a vertical slider using CSS

      @Chazrox I think CSS can achieve the effect faster and clearer. In addition, CSS can achieve animation effects. However, it may be because I am not familiar with the native LAF of HISE.

      posted in Scripting
      CatABCC
      CatABC