Ardour  9.0-pre0-582-g084a23a80d
LV2_BankPatch Struct Reference

#include <lv2_extensions.h>

Public Attributes

LV2_BankPatch_Handle handle
 
void(* notify )(LV2_BankPatch_Handle handle, uint8_t channel, uint32_t bank, uint8_t pgm)
 

Detailed Description

a LV2 Feature provided by the Host to the plugin

Definition at line 278 of file lv2_extensions.h.

Member Data Documentation

◆ handle

LV2_BankPatch_Handle LV2_BankPatch::handle

Opaque host data

Definition at line 280 of file lv2_extensions.h.

◆ notify

void(* LV2_BankPatch::notify) (LV2_BankPatch_Handle handle, uint8_t channel, uint32_t bank, uint8_t pgm)

Info from plugin's run(), notify host that bank/program changed

Definition at line 282 of file lv2_extensions.h.


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