faust
faust copied to clipboard
If style:radio is specified, the display will be corrupted in the Web IDE.
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));
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.
What is the complete DSP code?
https://github.com/mouseos/RadiMod