Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
Lv2ControlChange Struct Reference

Control change event, sent through ring buffers for UI updates. More...

#include <plugins/lv2_plugin.h>

Data Fields

uint32_t index
 
uint32_t protocol
 
uint32_t size
 
uint8_t body []
 

Detailed Description

Control change event, sent through ring buffers for UI updates.

Definition at line 129 of file lv2_plugin.h.

Field Documentation

◆ body

uint8_t Lv2ControlChange::body[]

Definition at line 134 of file lv2_plugin.h.

◆ index

uint32_t Lv2ControlChange::index

Definition at line 131 of file lv2_plugin.h.

◆ protocol

uint32_t Lv2ControlChange::protocol

Definition at line 132 of file lv2_plugin.h.

◆ size

uint32_t Lv2ControlChange::size

Definition at line 133 of file lv2_plugin.h.


The documentation for this struct was generated from the following file: