Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion 2Voices/ttl/2Voices.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
<http://moddevices.com/plugins/mod-devel/2Voices>
a lv2:Plugin, lv2:SpectralPlugin;

lv2:requiredFeature bsize:fixedBlockLength, bsize:powerOf2BlockLength;
lv2:requiredFeature bsize:fixedBlockLength, bsize:powerOf2BlockLength,
bsize:boundedBlockLength ;
bsize:minBlockLength 64 ;
bsize:maxBlockLength 8192 ;

doap:name "2Voices";

Expand Down
5 changes: 4 additions & 1 deletion Capo/ttl/Capo.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@
<http://moddevices.com/plugins/mod-devel/Capo>
a lv2:Plugin, lv2:SpectralPlugin;

lv2:requiredFeature bsize:fixedBlockLength, bsize:powerOf2BlockLength;
lv2:requiredFeature bsize:fixedBlockLength, bsize:powerOf2BlockLength,
bsize:boundedBlockLength ;
bsize:minBlockLength 64 ;
bsize:maxBlockLength 8192 ;

doap:name "Capo";

Expand Down
5 changes: 4 additions & 1 deletion Drop/ttl/Drop.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@
<http://moddevices.com/plugins/mod-devel/Drop>
a lv2:Plugin, lv2:SpectralPlugin;

lv2:requiredFeature bsize:fixedBlockLength, bsize:powerOf2BlockLength;
lv2:requiredFeature bsize:fixedBlockLength, bsize:powerOf2BlockLength,
bsize:boundedBlockLength ;
bsize:minBlockLength 64 ;
bsize:maxBlockLength 8192 ;

doap:name "Drop";

Expand Down
5 changes: 4 additions & 1 deletion Harmonizer/ttl/Harmonizer.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@
<http://moddevices.com/plugins/mod-devel/Harmonizer>
a lv2:Plugin, lv2:SpectralPlugin;

lv2:requiredFeature bsize:fixedBlockLength, bsize:powerOf2BlockLength;
lv2:requiredFeature bsize:fixedBlockLength, bsize:powerOf2BlockLength,
bsize:boundedBlockLength ;
bsize:minBlockLength 64 ;
bsize:maxBlockLength 8192 ;

doap:name "Harmonizer";

Expand Down
6 changes: 4 additions & 2 deletions Harmonizer2/ttl/Harmonizer2.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@
<http://moddevices.com/plugins/mod-devel/Harmonizer2>
a lv2:Plugin, lv2:SpectralPlugin;

lv2:requiredFeature bsize:fixedBlockLength, bsize:powerOf2BlockLength;

lv2:requiredFeature bsize:fixedBlockLength, bsize:powerOf2BlockLength,
bsize:boundedBlockLength ;
bsize:minBlockLength 64 ;
bsize:maxBlockLength 8192 ;
doap:name "Harmonizer2";

doap:developer [
Expand Down
5 changes: 4 additions & 1 deletion HarmonizerCS/ttl/HarmonizerCS.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@
<http://moddevices.com/plugins/mod-devel/HarmonizerCS>
a lv2:Plugin, lv2:SpectralPlugin;

lv2:requiredFeature bsize:fixedBlockLength, bsize:powerOf2BlockLength;
lv2:requiredFeature bsize:fixedBlockLength, bsize:powerOf2BlockLength,
bsize:boundedBlockLength ;
bsize:minBlockLength 64 ;
bsize:maxBlockLength 8192 ;

doap:name "HarmonizerCS";

Expand Down
5 changes: 4 additions & 1 deletion SuperCapo/ttl/SuperCapo.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@
<http://moddevices.com/plugins/mod-devel/SuperCapo>
a lv2:Plugin, lv2:SpectralPlugin;

lv2:requiredFeature bsize:fixedBlockLength, bsize:powerOf2BlockLength;
lv2:requiredFeature bsize:fixedBlockLength, bsize:powerOf2BlockLength,
bsize:boundedBlockLength ;
bsize:minBlockLength 64 ;
bsize:maxBlockLength 8192 ;

doap:name "Super Capo";

Expand Down
5 changes: 4 additions & 1 deletion SuperWhammy/ttl/SuperWhammy.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@
<http://moddevices.com/plugins/mod-devel/SuperWhammy>
a lv2:Plugin, lv2:SpectralPlugin;

lv2:requiredFeature bsize:fixedBlockLength, bsize:powerOf2BlockLength;
lv2:requiredFeature bsize:fixedBlockLength, bsize:powerOf2BlockLength,
bsize:boundedBlockLength ;
bsize:minBlockLength 64 ;
bsize:maxBlockLength 8192 ;

doap:name "Super Whammy";

Expand Down