Designing / changing hise output vst basic setting panels / elements?
-
@andioak said in Designing / changing hise output vst basic setting panels / elements?:
Or if it was morphed/moved into LookAndFeel?
This. It's more powerful this way than a simple JSON system.
-
Yes indeed it is. Just making sure there are no "quick fixes" :)
-
@Christoph-Hart said in Designing / changing hise output vst basic setting panels / elements?:
This. It's more powerful this way than a simple JSON system.
Yet, I cannot trigger any buttons on the pluginĀ“s "Install Samples" using the
if(obj.text == "Install Samples")
inside thelaf.registerFunction("drawToggleButton", function(g, obj)
function. Is that considered adrawDialogButton
?This one:
Here I would like to:- customize the look and line-breaks of the text line and also remove/hide the "install samples" button and customize the positioning of "Choose Samples folder".
-
- is the text in the image accessible? Is it a panel or an alert window?
- or alternatively entirely remove/suppress the entire panel with a flag in HISE settings, the
HISE_SAMPLE_DIALOG_SHOW_...=0
and then put the "Choose samples location" in my own settings panel on the UI. Is that possible? Or is that C++?