dplug.clap.clapversion

Undocumented in source.

Members

Functions

CLAP_VERSION_EQ
bool CLAP_VERSION_EQ(uint maj, uint min, uint rev)
Undocumented in source. Be warned that the author may not have intended to support it.
CLAP_VERSION_GE
bool CLAP_VERSION_GE(uint maj, uint min, uint rev)
Undocumented in source. Be warned that the author may not have intended to support it.
CLAP_VERSION_LT
bool CLAP_VERSION_LT(uint maj, uint min, uint rev)
Undocumented in source. Be warned that the author may not have intended to support it.
clap_version_is_compatible
bool clap_version_is_compatible(T v)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

CLAP_VERSION
enum CLAP_VERSION;
Undocumented in source.

Structs

clap_version_t
struct clap_version_t
Undocumented in source.

Variables

CLAP_VERSION_MAJOR
enum uint CLAP_VERSION_MAJOR;
Undocumented in source.
CLAP_VERSION_MINOR
enum uint CLAP_VERSION_MINOR;
Undocumented in source.
CLAP_VERSION_REVISION
enum uint CLAP_VERSION_REVISION;
Undocumented in source.

Meta