diff options
author | falkTX <falktx@falktx.com> | 2021-03-15 11:09:48 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-08-08 21:46:09 -0400 |
commit | 2f17c8c0e0dda285c35c1048454190c90c142b24 (patch) | |
tree | 463c17827cb89e2432acd0d882acb6d43e8d813d /lv2 | |
parent | 18c99199deec1b0bbeea4ae659d91aef90a928c3 (diff) | |
download | lv2-2f17c8c0e0dda285c35c1048454190c90c142b24.tar.xz |
eg-sampler: Add resampling via libsamplerate
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 8e4e471..f51da18 100644 --- a/lv2/core.lv2/meta.ttl +++ b/lv2/core.lv2/meta.ttl @@ -48,6 +48,8 @@ THIS SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH R ] , [ rdfs:label "eg-midigate: Fix output timing." ] , [ + rdfs:label "eg-sampler: Add resampling via libsamplerate." + ] , [ rdfs:label "eg-sampler: Fix potentially corrupt notification events." ] ] |