Class UI

Class Documentation

class UI

A mock class for Faust UI compatibility. This class provides methods to mimic Faust’s UI object, allowing the engine to use Faust-generated code that includes UI elements.

Public Functions

inline void openVerticalBox(std::string)

A mock function to open a vertical box in a Faust UI.

Parameters:

name – The name of the box (unused).

inline void closeBox()

A mock function to close a box in a Faust UI.