Skip to content

Commit 1393d56

Browse files
committed
Add props:Reset property
Signed-off-by: falkTX <falktx@falktx.com>
1 parent 6e76943 commit 1393d56

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

kx-properties.lv2/props.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
LV2 KXStudio Properties Extension
3-
Copyright 2014-2021 Filipe Coelho <falktx@falktx.com>
3+
Copyright 2014-2024 Filipe Coelho <falktx@falktx.com>
44
55
Permission to use, copy, modify, and/or distribute this software for any
66
purpose with or without fee is hereby granted, provided that the above
@@ -27,6 +27,7 @@
2727
#define LV2_KXSTUDIO_PROPERTIES_PREFIX LV2_KXSTUDIO_PROPERTIES_URI "#"
2828

2929
#define LV2_KXSTUDIO_PROPERTIES__NonAutomatable LV2_KXSTUDIO_PROPERTIES_PREFIX "NonAutomatable"
30+
#define LV2_KXSTUDIO_PROPERTIES__Reset LV2_KXSTUDIO_PROPERTIES_PREFIX "Reset"
3031
#define LV2_KXSTUDIO_PROPERTIES__TimePositionTicksPerBeat LV2_KXSTUDIO_PROPERTIES_PREFIX "TimePositionTicksPerBeat"
3132
#define LV2_KXSTUDIO_PROPERTIES__TransientWindowId LV2_KXSTUDIO_PROPERTIES_PREFIX "TransientWindowId"
3233

kx-properties.lv2/props.ttl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ props:NonAutomatable
1818
rdfs:label "non automatable" ;
1919
rdfs:comment "Port should not be automated by the host." .
2020

21+
props:Reset
22+
a rdf:Property , owl:DatatypeProperty ;
23+
rdfs:range xsd:float ;
24+
rdfs:label "reset" ;
25+
rdfs:comment "Reset an internal processing plugin state (filters, oscillators, envelopes, lfos, etc) and kill all voices." .
26+
2127
props:TimePositionTicksPerBeat
2228
a rdf:Property , owl:DatatypeProperty ;
2329
rdfs:range xsd:float ;

0 commit comments

Comments
 (0)