|
Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
|


Public Types | |
| enum class | ProtocolType { Internal , LV2 , DSSI , LADSPA , VST , VST3 , AudioUnit , SFZ , SF2 , CLAP , JSFX } |
| Plugin protocol. More... | |
Static Public Member Functions | |
| static std::string | to_string (ProtocolType prot) |
| static ProtocolType | from_string (const std::string &str) |
| static ProtocolType | from_juce_format_name (const juce::String &str) |
| static bool | is_supported (ProtocolType protocol) |
| static std::string | get_icon_name (ProtocolType prot) |
Definition at line 14 of file plugin_protocol.h.
|
strong |
Plugin protocol.
| Enumerator | |
|---|---|
| Internal | Dummy protocol for tests. |
Definition at line 24 of file plugin_protocol.h.