![]() |
Ardour
9.0-pre0-1851-g4ef4288b2a
|
#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) |
a LV2 Feature provided by the Host to the plugin
Definition at line 246 of file lv2_extensions.h.
LV2_BankPatch_Handle LV2_BankPatch::handle |
Opaque host data
Definition at line 248 of file lv2_extensions.h.
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.