Ardour  9.0-pre0-582-g084a23a80d
MIDI Bank/Patch Notifications

Classes

struct  LV2_BankPatch
 

Macros

#define LV2_BANKPATCH_URI   "http://ardour.org/lv2/bankpatch"
 
#define LV2_BANKPATCH_PREFIX   LV2_BANKPATCH_URI "#"
 
#define LV2_BANKPATCH__notify   LV2_BANKPATCH_PREFIX "notify"
 

Typedefs

typedef void * LV2_BankPatch_Handle
 

Detailed Description

  LV2 extension to allow a synth to inform a host about the
  currentl used MIDI bank/program.

Macro Definition Documentation

◆ LV2_BANKPATCH__notify

#define LV2_BANKPATCH__notify   LV2_BANKPATCH_PREFIX "notify"

Definition at line 273 of file lv2_extensions.h.

◆ LV2_BANKPATCH_PREFIX

#define LV2_BANKPATCH_PREFIX   LV2_BANKPATCH_URI "#"

Definition at line 272 of file lv2_extensions.h.

◆ LV2_BANKPATCH_URI

#define LV2_BANKPATCH_URI   "http://ardour.org/lv2/bankpatch"

Definition at line 271 of file lv2_extensions.h.

Typedef Documentation

◆ LV2_BankPatch_Handle

typedef void* LV2_BankPatch_Handle

Definition at line 275 of file lv2_extensions.h.