@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.
Posts
-
RE: staple process error MACposted in General Questions
-
RE: Drag and drop MIDI functionality does not work after reloading pluginsposted in Bug Reports
HISE-develop\hi_core\hi_components\midi_overlays
MidiOverlayFactory.h
Delete line 40 of this file:: public DeletedAtShutdownThen recompile HISE
-
RE: Please help me, how to connect the button in the webview with the Button component of HISEposted in General Questions
@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); -
Please help me, how to connect the button in the webview with the Button component of HISEposted in General Questions
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?
-
Non-English input method Label cannot be inputposted in Bug Reports
In non-English input mode, the Label component in the exported plug-in cannot input text
-
RE: How to wrap text in a Label?posted in General Questions
@DanH Hahaha, it's so simple, thank you very much for your guidance

-
How to wrap text in a Label?posted in General Questions
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?
-
RE: Is it possible to merge two ch1 files?posted in General Questions
@d-healey Okay, thanks David.

-
RE: Is it possible to merge two ch1 files?posted in General Questions
@d-healey Yes, but I lost the original sample files, which is a sad thing.

-
RE: Is it possible to merge two ch1 files?posted in General Questions
@Lindon Okay, this is a headache.

-
Is it possible to merge two ch1 files?posted in General Questions
I have two exported ch1 files and I want to merge them. Is this possible?
-
RE: Paste screenshot in HISE plugin?posted in General Questions
@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.
-
RE: Paste screenshot in HISE plugin?posted in General Questions
@Chazrox Ok, thank you very much, I try it
-
RE: Paste screenshot in HISE plugin?posted in General Questions
@Oli-Ullmann I hope to make a VST notebook plug-in to record what plug-ins are used in the track
-
Paste screenshot in HISE plugin?posted in General Questions
Is this possible, I use any screenshot software to take a screenshot, then press Ctrl+v to paste the screenshot in HISE
-
RE: LAF a vertical slider using CSSposted in Scripting
@DabDab Yeah, that's the problem I encountered too.

-
RE: LAF a vertical slider using CSSposted in Scripting
@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.

