![]() |
Mema
Memory Matrix — multi-channel audio matrix monitor and router
|
Singleton application controller managing the audio processor, UI, and configuration. More...
#include <Mema.h>
Public Types | |
| enum class | ParameterControlType { Toggle , Discrete , Continuous } |
Static Public Attributes | |
| static constexpr int | sc_separatorWidth = 56 |
| static constexpr int | sc_matrixDisplayMax = 16 |
Singleton application controller managing the audio processor, UI, and configuration.
|
strong |
| Enumerator | |
|---|---|
| Toggle | |
| Discrete | |
| Continuous | |
Definition at line 25 of file MemaPluginParameterInfo.h.
|
staticconstexpr |
Maximum number of input rows and output columns to render in the matrix overview grid. Matrices larger than this are truncated with a note.
Definition at line 39 of file HeadlessCLIMenu.cpp.
|
staticconstexpr |
Width of the separator lines printed between menu sections.
Definition at line 33 of file HeadlessCLIMenu.cpp.