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

    Posts

    Recent Best Controversial
    • How to hide images that are beyond the panel range

      I used CSS to set the panel to a circle and set the overflow to hide, but the pictures in the panel are still displayed.

      	 #pnlImgL{
      		border: 1px solid #FFF;
      		border-radius:50%;
      		overflow: hidden;
      		margin:5px;
      	}
      
      posted in General Questions
      CatABCC
      CatABC
    • RE: How to disable HISE exported APP from requesting microphone permission in MAC system?

      @ustk wow,thanks very much🍻

      posted in General Questions
      CatABCC
      CatABC
    • RE: Legato 2025

      This is a sample I recorded myself, I hope it can help you, the instrument is the Erhu from China.

      Sample

      posted in General Questions
      CatABCC
      CatABC
    • How to disable HISE exported APP from requesting microphone permission in MAC system?

      How to disable HISE exported APP from requesting microphone permission in MAC system?
      I made a simple APP on MAC, which does not need to use the microphone, but when I open this APP, the system will prompt it to apply for microphone permission before opening it. I hope it can be opened directly without applying for permission

      posted in General Questions
      CatABCC
      CatABC
    • RE: How to use CSS pan button with HISE

      @Gab cool,This is exactly what I wanted, you are awesome

      posted in Scripting
      CatABCC
      CatABC
    • RE: How to use CSS pan button with HISE

      In addition, I found that transform: translateX(); on the button does not work, it always translates diagonally

      posted in Scripting
      CatABCC
      CatABC
    • How to use CSS pan button with HISE

      013833ad-1715-41c4-809d-a380ab90f15b-image.png
      I want to use CSS to make the button translate across the panel and include a transition animation. Can CSS do this?

      posted in Scripting
      CatABCC
      CatABC
    • How to use my own API written in C++ in HISE?

      How to use my own API written in C++ in HISE?

      posted in Scripting
      CatABCC
      CatABC
    • RE: How to read file contents using HISE?

      @d-healey said in How to read file contents using HISE?:

      Ha! I got it. Thank you.

      FileSystem.getFolder(FileSystem.AppData).getChildFile("license");
      
      posted in General Questions
      CatABCC
      CatABC
    • How to read file contents using HISE?

      I placed a file without any extension under

      C:\Users\username\AppData\Roaming\
      

      The file contains some letters and numbers. I want to use HISE to read this file and use the contents in HISE. How can I do this?

      posted in General Questions
      CatABCC
      CatABC
    • RE: Where is the logical source code for HISE to obtain machine code?

      @Christoph-Hart No, my goal is to simplify the user's operation

      posted in General Questions
      CatABCC
      CatABC
    • RE: Where is the logical source code for HISE to obtain machine code?

      @Christoph-Hart said in Where is the logical source code for HISE to obtain machine code?:

      @CatABC that‘s a specific function within the JUCE framework and takes into account various properties to generate a more or less unique and stable identification id for each computer.

      How would you want to run this as a independent client - you cannot deterministly create this ID for another system.

      My idea is to replicate this part of HISE in the client. Before this, I successfully replicated RSA decryption using JS. But this still requires the user to provide the systemId. Now I want to put the verification step in the client operation, and use a button to automatically obtain the systemID to activate the plug-in without opening the plug-in in the DAW for operation.

      posted in General Questions
      CatABCC
      CatABC
    • RE: Where is the logical source code for HISE to obtain machine code?

      @d-healey nice cool!

      posted in General Questions
      CatABCC
      CatABC
    • RE: Where is the logical source code for HISE to obtain machine code?

      @Christoph-Hart Maybe my expression is wrong. I use getSystemId() to generate machine code in HISE. I hope to reproduce the getSystemId() logic of HISE in a standalone client.

      getSystemId
      
      posted in General Questions
      CatABCC
      CatABC
    • Where is the logical source code for HISE to obtain machine code?

      Where is the source code of the logic of HISE to obtain machine code? I hope to use JS to reproduce this logic and add it to an independent client program

      posted in General Questions
      CatABCC
      CatABC
    • RE: How to modify these title texts in CustomSettings

      @d-healey Well, thanks, I'll go find the source code💻

      posted in General Questions
      CatABCC
      CatABC
    • How to modify these title texts in CustomSettings

      How to modify these title texts in CustomSettings?
      Which of the LAFs does it correspond to?
      6030f895-7173-496a-a846-30a19f31ab52-image.png

      posted in General Questions
      CatABCC
      CatABC
    • RE: When the mouse clicks outside the panel, set the button value to 0?

      @rglides cool🍹

      posted in General Questions
      CatABCC
      CatABC
    • When the mouse clicks outside the panel, set the button value to 0?

      I want to implement a function to open a panel using a button, at this time the button value is 1,When the mouse clicks outside the panel, set the button value to 0,Panel is closed,How can I do this?

      posted in General Questions
      CatABCC
      CatABC
    • RE: Using HISE to request server issues

      @d-healey 😮 Well, this seems to be a dangerous approach.Thanks for the reminder

      posted in General Questions
      CatABCC
      CatABC