Ardour  9.0-pre0-1851-g4ef4288b2a
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 246 of file lv2_extensions.h.

Member Data Documentation

◆ handle

LV2_BankPatch_Handle LV2_BankPatch::handle

Opaque host data

Definition at line 248 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 250 of file lv2_extensions.h.


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