Skip to content

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

@myklemykle

Description

@myklemykle

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions