diff options
author | David Robillard <d@drobilla.net> | 2015-03-06 15:29:52 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-03-06 20:11:04 -0500 |
commit | 1010e630c56c27e8b6ea7b3708e406d1c598b27e (patch) | |
tree | 2d50176d1429f779c3ef24079a31263cbddd882b /lv2/lv2plug.in/ns/ext/presets/presets.h | |
parent | e4124c859a22ef688c2568a2a48f49ae73631ebd (diff) | |
download | lv2-1010e630c56c27e8b6ea7b3708e406d1c598b27e.tar.xz |
Add preset banks.
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/presets/presets.h')
-rw-r--r-- | lv2/lv2plug.in/ns/ext/presets/presets.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lv2/lv2plug.in/ns/ext/presets/presets.h b/lv2/lv2plug.in/ns/ext/presets/presets.h index 22d91a6..8b3bd49 100644 --- a/lv2/lv2plug.in/ns/ext/presets/presets.h +++ b/lv2/lv2plug.in/ns/ext/presets/presets.h @@ -28,7 +28,9 @@ #define LV2_PRESETS_URI "http://lv2plug.in/ns/ext/presets" #define LV2_PRESETS_PREFIX LV2_PRESETS_URI "#" +#define LV2_PRESETS__Bank LV2_PRESETS_PREFIX "Bank" #define LV2_PRESETS__Preset LV2_PRESETS_PREFIX "Preset" +#define LV2_PRESETS__bank LV2_PRESETS_PREFIX "bank" #define LV2_PRESETS__preset LV2_PRESETS_PREFIX "preset" #define LV2_PRESETS__value LV2_PRESETS_PREFIX "value" |