faust-ui
faust-ui copied to clipboard
Faust UI changes blank frame titles to the string "0x00".
For example:
import("stdfaust.lib");
slider = vslider("h:Frame/v:/[0]pitch",110,20,20000,1);
gate= checkbox("h:Frame/v:/[1]Gate");
process = os.oscsin(slider) * gate;
Attached is a screen shot from FaustIDE showing the problem. Same occurs in Faust Editor.
Note that if the outermost frame title is left blank it gets autofilled with the filename. But all frames within that outer frame appear to exhibit this problem.
It appears that this happens not just with null titled frames, but also with frame titles that are pure whitespace.
Here's an example of how this plays out in a more complex interface:
Let me know if there's any other info I can provide. Thanks for the free software!