diff options
author | David Robillard <d@drobilla.net> | 2022-08-08 21:45:04 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-08-08 21:46:07 -0400 |
commit | 1c32082b4679a7a4898a20575c0550c8097f6406 (patch) | |
tree | 706b99efcc6937d70a98406c4fecbfec790d17de /lv2 | |
parent | d69fdf76163882eaef3f4c00373ecebdfca85deb (diff) | |
download | lv2-1c32082b4679a7a4898a20575c0550c8097f6406.tar.xz |
eg-sampler: Fix potentially corrupt notification events
Diffstat (limited to 'lv2')
-rw-r--r-- | lv2/core.lv2/meta.ttl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lv2/core.lv2/meta.ttl b/lv2/core.lv2/meta.ttl index 9aafd2e..8e4e471 100644 --- a/lv2/core.lv2/meta.ttl +++ b/lv2/core.lv2/meta.ttl @@ -47,6 +47,8 @@ THIS SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH R rdfs:label "Fix documentation build with Python 3.7." ] , [ rdfs:label "eg-midigate: Fix output timing." + ] , [ + rdfs:label "eg-sampler: Fix potentially corrupt notification events." ] ] ] , [ |