faust icon indicating copy to clipboard operation
faust copied to clipboard

If style:radio is specified, the display will be corrupted in the Web IDE.

Open mouseos opened this issue 2 years ago • 3 comments

image

control_tab(x) = tgroup("[1]Control", x);
FM(x) = control_tab(vgroup("FM", x));
//preemph
pre_emph_on = FM(hslider("Pre-Emph[style:radio{'ON':0;'OFF':1}]",1,0,1,1));

mouseos avatar Jul 02 '22 02:07 mouseos

The exact same thing happens when I export and compile in juce. Also, the L and R tabs in the Limiter are sticking out of the screen. image

mouseos avatar Jul 02 '22 04:07 mouseos

What is the complete DSP code?

sletz avatar Jul 02 '22 07:07 sletz

https://github.com/mouseos/RadiMod

mouseos avatar Jul 02 '22 13:07 mouseos