@d-healey
.....wooooow, I feel dumb,
thanks!

Best posts made by Yinxi
-
RE: Filmstrip disappears when compiling or exporting pluginposted in General Questions
-
RE: Display slider value with custom font, size, and positionposted in Newbie League
@It_Used wow thanks that’s awesome ! I’ll be able to dig into all of this.
-
RE: Display slider value with custom font, size, and positionposted in Newbie League
@It_Used said in Display slider value with custom font, size, and position:
@Yinxi create visual mockup your idea, and i maybe implement this!
Reply
I was thinking something like this :
.And when I change the slider value it will also change the value at the top left
-
RE: HISE Bootcamp - Full Course for Beginnersposted in General Questions
@d-healey
That's very cool content
Thank you !
Latest posts made by Yinxi
-
Mono2Stereo behavior on stereo signalposted in ScriptNode
Hello,
Just wondering, what happens if you use Mono2Stereo on a stereo input?
Does it leave the stereo signal as it is, or does it sum it to mono first?I’m trying to make sure it won’t cause any unwanted channel collapsing or weird phase behavior if I use it in a ScriptFX that might sometimes receive stereo input.
Thanks!
-
RE: Filmstrip disappears when compiling or exporting pluginposted in General Questions
@d-healey
.....wooooow, I feel dumb,
thanks!

-
RE: Filmstrip disappears when compiling or exporting pluginposted in General Questions
@d-healey
I added below my message a screen of the code where I set the slider style (style: Vertical) using setPropertiesFromJSON. -
RE: Filmstrip disappears when compiling or exporting pluginposted in General Questions
@d-healey
I did it that way, but it doesn’t solve the problem

-
Filmstrip disappears when compiling or exporting pluginposted in General Questions
Hello,
I’m having trouble getting my filmstrip to show up when I export my project as a VST3.It only appears if I manually change the numStrips value (for example, from 125 → 124 → 125 again , then it works, at least in the Interface Designer). Otherwise it stays invisible.
I unchecked showTextBox since I know it can be buggy, and I also tried loading the filmstrip through JSON in the code editor, but it still doesn’t show up, not even in the interface preview.
I’m sure the number of frames is correct and same for the location. Is there another setting I need to enable/disable to make the filmstrip export properly?
Also, as soon as I hit Compile in the code editor, the filmstrip disappears again.
(Attached a screenshot of my slider properties in case it helps.)


-
RE: VST3 SDK Goes MITposted in General Questions
It’s interesting, but I don’t know what it changes for Hise users. Does it just mean that we don’t have to pay for a Steinberg developer license, or does it go further than that?
-
Font size mismatchposted in Newbie League
Hi,
I noticed that text in HISE looks smaller than in Figma, even when the interface size and font size are exactly the same.
For example, a 12 font in Figma looks bigger than 12 in a HISE Label, even though my .makeFrontInterface() matches the same pixel dimensions as my Figma export.is there a ratio to calculate so the font sizes match visually between Figma and HISE?
-
RE: Display slider value with custom font, size, and positionposted in Newbie League
@It_Used wow thanks that’s awesome ! I’ll be able to dig into all of this.
-
RE: Display slider value with custom font, size, and positionposted in Newbie League
@It_Used said in Display slider value with custom font, size, and position:
@Yinxi create visual mockup your idea, and i maybe implement this!
Reply
I was thinking something like this :
.And when I change the slider value it will also change the value at the top left
-
Display slider value with custom font, size, and positionposted in Newbie League
Hi,
I’m trying to display the value of a slider (for example, the gain of the "Simple Gain1" module) in the interface. I would also like to be able to change the font, size, and position of the displayed value.
I’ve tried to find a solution, but I’m a bit overwhelmed by all the information. I imagine I need to use a panel script and paintRoutine for LAF to draw the value of the gain, and retrieve the gain value with a function, but this is beyond my current level in HISE.
If anyone has a working example or guidance on how to display a slider value like this with customizable appearance, it would be really helpful.
Thanks in advance.