bug: selection after control change w/ split.

This commit is contained in:
Robin Davies
2022-03-11 20:15:28 -05:00
parent 85cb85e377
commit 4f203186b2
6 changed files with 35 additions and 26 deletions
+2 -2
View File
@@ -62,7 +62,7 @@ pstage:stage3
a lv2:Plugin ,
lv2:SimulatorPlugin ;
doap:name "TooB2 Power Stage";
doap:name "TooB Power Stage";
doap:license <https://two-play.com/TooB/licenses/isc> ;
doap:maintainer <http://two-play.com/rerdavies#me> ;
@@ -70,7 +70,7 @@ pstage:stage3
lv2:microVersion 1 ;
mod:brand "TooB";
mod:label "Power Stage 2.0";
mod:label "Power Stage";
lv2:requiredFeature urid:map ;
lv2:optionalFeature lv2:hardRTCapable;
lv2:extensionData state:interface;
Binary file not shown.
+1 -1
View File
@@ -32,7 +32,7 @@
<http://two-play.com/plugins/toob-freeverb>
a lv2:Plugin ,
lv2:SimulatorPlugin ;
lv2:ReverbPlugin ;
doap:name "TooB Freeverb" ,
"TooB Freeverb"@en-gb-gb
;
-7
View File
@@ -12,13 +12,6 @@
rdfs:seeAlso <ToobML.ttl> .
<http://two-play.com/plugins/toob-power-stage> a lv2:Plugin ;
lv2:binary <ToobAmp.so> ;
rdfs:seeAlso <PowerStage.ttl> .
<http://two-play.com/plugins/toob-power-stage-2> a lv2:Plugin ;
lv2:binary <ToobAmp.so> ;
rdfs:seeAlso <PowerStage2.ttl> .