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;
}
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;
}
This is a sample I recorded myself, I hope it can help you, the instrument is the Erhu from China.
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
@Gab cool,This is exactly what I wanted, you are awesome
In addition, I found that transform: translateX(); on the button does not work, it always translates diagonally
I want to use CSS to make the button translate across the panel and include a transition animation. Can CSS do this?
How to use my own API written in C++ in HISE?
@d-healey said in How to read file contents using HISE?:
Ha! I got it. Thank you.
FileSystem.getFolder(FileSystem.AppData).getChildFile("license");
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?
@Christoph-Hart No, my goal is to simplify the user's operation
@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.
@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
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
@d-healey Well, thanks, I'll go find the source code
How to modify these title texts in CustomSettings?
Which of the LAFs does it correspond to?
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?
@d-healey Well, this seems to be a dangerous approach.Thanks for the reminder