@HISEnberg I think that was me, and looks like I was wrong.
Posts made by d.healey
-
RE: How to use both Css LAF with Normal Laf together
-
RE: How to use both Css LAF with Normal Laf together
@DabDab yeah I agree, I'm just sticking with laf for now.
-
RE: Added a new search engine
Clicking the HISE button in the top left no longer takes us to hise.audio.
-
RE: How to use both Css LAF with Normal Laf together
From my brief time playing around with the CSS stuff it seems that once you assign a style sheet to a component then you have to do everything with CSS. It's all or nothing.
@Christoph-Hart Have I got that right?
The particular use case I have is styling the preset browser and being able to style the add/edit/delete buttons individually. They all have the .button class so I can't differentiate between them. So I was thinking of styling the rest of the browser with CSS and these buttons with traditional LAF.
-
RE: Added a new search engine
Trying to filter search results by time I get an error
Attribute
timestamp
is not filterable. This index does not have configured filterable attributes. 1:10 timestamp > 1724279292069 -
RE: loris toolbox github project won't compile against latest hise
@skyscapeparadise Start commenting out bits of code until you narrow it down to the part that is causing the issue.
-
RE: getAttribute index for Pitch modulation LFO Semitones?
@Gab You might need to convert the value using
Engine.getSemitoneFromPitchRatio();
-
RE: getAttribute index for Pitch modulation LFO Semitones?
@Gab Just
getIntensity()
will give you the current value of the module's intensity. -
RE: getAttribute index for Pitch modulation LFO Semitones?
@Gab Sorry I thought you wanted to set the value. To get the value use
getIntensity();
-
RE: loris toolbox github project won't compile against latest hise
@skyscapeparadise Is there a component with that name on the UI?
-
RE: Help me understand Server.callWithPOST
@guangcoder said in Help me understand Server.callWithPOST:
Server.setBaseURL("http://hise.audio");
This needs to be your server URL.
-
RE: Help me understand Server.callWithPOST
@guangcoder In HISE try writing the data directly into the payload, instead of using variables, and see if that works.
-
RE: Help me understand Server.callWithPOST
This looks like ChatGPT output? Do you have a link to the original documentation?