Zrythm
a highly automated and intuitive digital audio workstation
|
UI host descriptor. More...
Data Fields | |
SuilPortWriteFunc | write_func |
SuilPortIndexFunc | index_func |
SuilPortSubscribeFunc | subscribe_func |
SuilPortUnsubscribeFunc | unsubscribe_func |
SuilTouchFunc | touch_func |
void * | gtk_lib |
int | argc |
char ** | argv |
UI host descriptor.
This contains the various functions that a plugin UI may use to communicate with the plugin. It is passed to suil_instance_new() to provide these functions to the UI.
SuilPortIndexFunc SuilHost::index_func |
SuilPortSubscribeFunc SuilHost::subscribe_func |
SuilTouchFunc SuilHost::touch_func |
SuilPortUnsubscribeFunc SuilHost::unsubscribe_func |
SuilPortWriteFunc SuilHost::write_func |