aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/ext/patch/patch.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-02-08 02:11:34 -0500
committerDavid Robillard <d@drobilla.net>2015-02-08 02:11:34 -0500
commit037727ca7ae16fb17444c965e63b5e1f97f2ff8f (patch)
tree828222dbd480617969a86d9f28891a5297867a79 /lv2/lv2plug.in/ns/ext/patch/patch.h
parent7ff06c081594fe1e4021fbb1725c4c8938bdb23b (diff)
downloadlv2-037727ca7ae16fb17444c965e63b5e1f97f2ff8f.tar.xz
Add patch:Copy method.
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/patch/patch.h')
-rw-r--r--lv2/lv2plug.in/ns/ext/patch/patch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lv2/lv2plug.in/ns/ext/patch/patch.h b/lv2/lv2plug.in/ns/ext/patch/patch.h
index 57a495a..f24a8b7 100644
--- a/lv2/lv2plug.in/ns/ext/patch/patch.h
+++ b/lv2/lv2plug.in/ns/ext/patch/patch.h
@@ -34,6 +34,7 @@
#define LV2_PATCH__Ack LV2_PATCH_PREFIX "Ack"
#define LV2_PATCH__Delete LV2_PATCH_PREFIX "Delete"
+#define LV2_PATCH__Copy LV2_PATCH_PREFIX "Copy"
#define LV2_PATCH__Error LV2_PATCH_PREFIX "Error"
#define LV2_PATCH__Get LV2_PATCH_PREFIX "Get"
#define LV2_PATCH__Message LV2_PATCH_PREFIX "Message"