faust-ui icon indicating copy to clipboard operation
faust-ui copied to clipboard

Faust UI changes blank frame titles to the string "0x00".

Open myklemykle opened this issue 2 years ago • 0 comments

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.

Screen Shot 2024-01-19 at 12 56 11 PM

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:

Screen Shot 2024-01-19 at 1 01 09 PM

Let me know if there's any other info I can provide. Thanks for the free software!

myklemykle avatar Jan 19 '24 21:01 myklemykle