Class Meta

Class Documentation

class Meta

A mock class for Faust metadata compatibility. This class provides a declare method to mimic Faust’s metadata declaration, allowing the engine to interface with Faust-generated code without modification.

Public Functions

inline void declare(std::string, std::string)

A mock declaration function for Faust compatibility.

Parameters:
  • key – The metadata key (unused).

  • value – The metadata value (unused).