|
Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
|
Wrapper over a Uuid registry that provides (slow) lookup by unique ID. More...
#include <src/dsp/parameter.h>


Public Member Functions | |
| ProcessorParameterRegistry (dsp::PortRegistry &port_registry, QObject *parent=nullptr) | |
| ProcessorParameter * | find_by_unique_id (const ProcessorParameter::UniqueId &id) const |
| ProcessorParameter * | find_by_unique_id_or_throw (const ProcessorParameter::UniqueId &id) const |
Friends | |
| void | from_json (const nlohmann::json &j, ProcessorParameterRegistry ®) |
Wrapper over a Uuid registry that provides (slow) lookup by unique ID.
These helpers are mainly intended for use by plugins during project load so we know which plugin parameter corresponds to which UUID (via UniqueId match).
Definition at line 520 of file parameter.h.
|
inline |
Definition at line 525 of file parameter.h.
|
inline |
Definition at line 536 of file parameter.h.
|
inline |
Definition at line 550 of file parameter.h.
|
friend |
Definition at line 580 of file parameter.h.