From 9f4ef34d637898d3ed6b59097b55a99dbb20f2dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hans=20P=2E=20M=C3=B6ller?= <30954443+hmollercl@users.noreply.github.com> Date: Fri, 31 Oct 2025 20:07:04 -0300 Subject: [PATCH 1/8] Update 2Voices.ttl add bsize:minBlockLength 64 --- 2Voices/ttl/2Voices.ttl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/2Voices/ttl/2Voices.ttl b/2Voices/ttl/2Voices.ttl index 30e06b5..98082f5 100644 --- a/2Voices/ttl/2Voices.ttl +++ b/2Voices/ttl/2Voices.ttl @@ -11,7 +11,10 @@ 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"; From bbf1ac89e0f98bd63faf4ac7e9327a855d8b5c92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hans=20P=2E=20M=C3=B6ller?= <30954443+hmollercl@users.noreply.github.com> Date: Fri, 31 Oct 2025 20:07:51 -0300 Subject: [PATCH 2/8] Update Capo.ttl add bsize:minBlockLength 64 --- Capo/ttl/Capo.ttl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Capo/ttl/Capo.ttl b/Capo/ttl/Capo.ttl index 8f580f5..d0ba152 100644 --- a/Capo/ttl/Capo.ttl +++ b/Capo/ttl/Capo.ttl @@ -12,7 +12,10 @@ 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"; From 06a9ec1ad5be55f1d8d97e8176333ea1e4de946a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hans=20P=2E=20M=C3=B6ller?= <30954443+hmollercl@users.noreply.github.com> Date: Fri, 31 Oct 2025 20:08:39 -0300 Subject: [PATCH 3/8] Update Drop.ttl add bsize:minBlockLength 64 --- Drop/ttl/Drop.ttl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Drop/ttl/Drop.ttl b/Drop/ttl/Drop.ttl index 2bd1f46..7b8cb68 100644 --- a/Drop/ttl/Drop.ttl +++ b/Drop/ttl/Drop.ttl @@ -12,7 +12,10 @@ 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"; From a5f55893af2b3d98faa287bffb49e5e6564cb105 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hans=20P=2E=20M=C3=B6ller?= <30954443+hmollercl@users.noreply.github.com> Date: Fri, 31 Oct 2025 20:09:29 -0300 Subject: [PATCH 4/8] Update Harmonizer.ttl add bsize:minBlockLength 64 --- Harmonizer/ttl/Harmonizer.ttl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Harmonizer/ttl/Harmonizer.ttl b/Harmonizer/ttl/Harmonizer.ttl index da38415..b6e6198 100644 --- a/Harmonizer/ttl/Harmonizer.ttl +++ b/Harmonizer/ttl/Harmonizer.ttl @@ -12,7 +12,10 @@ 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"; From 2a22b8106af75bf78372f1647a42145f1e6e11bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hans=20P=2E=20M=C3=B6ller?= <30954443+hmollercl@users.noreply.github.com> Date: Fri, 31 Oct 2025 20:10:11 -0300 Subject: [PATCH 5/8] Update Harmonizer2.ttl add bsize:minBlockLength 64 --- Harmonizer2/ttl/Harmonizer2.ttl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Harmonizer2/ttl/Harmonizer2.ttl b/Harmonizer2/ttl/Harmonizer2.ttl index 9fb920e..6dbe32d 100644 --- a/Harmonizer2/ttl/Harmonizer2.ttl +++ b/Harmonizer2/ttl/Harmonizer2.ttl @@ -12,8 +12,10 @@ 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 [ From f112a468ae15f04768511231f16938cb4f6e0ab4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hans=20P=2E=20M=C3=B6ller?= <30954443+hmollercl@users.noreply.github.com> Date: Fri, 31 Oct 2025 20:11:16 -0300 Subject: [PATCH 6/8] Update HarmonizerCS.ttl add bsize:minBlockLength 64 --- HarmonizerCS/ttl/HarmonizerCS.ttl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/HarmonizerCS/ttl/HarmonizerCS.ttl b/HarmonizerCS/ttl/HarmonizerCS.ttl index 85b836b..b8a8851 100644 --- a/HarmonizerCS/ttl/HarmonizerCS.ttl +++ b/HarmonizerCS/ttl/HarmonizerCS.ttl @@ -12,7 +12,10 @@ 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"; From 5e064921c52414b86d33c86883c1d3014a34c761 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hans=20P=2E=20M=C3=B6ller?= <30954443+hmollercl@users.noreply.github.com> Date: Fri, 31 Oct 2025 20:12:32 -0300 Subject: [PATCH 7/8] Update SuperCapo.ttl minBlockLength 64 add bsize:minBlockLength 64 --- SuperCapo/ttl/SuperCapo.ttl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/SuperCapo/ttl/SuperCapo.ttl b/SuperCapo/ttl/SuperCapo.ttl index 75dd704..e0405fc 100644 --- a/SuperCapo/ttl/SuperCapo.ttl +++ b/SuperCapo/ttl/SuperCapo.ttl @@ -12,7 +12,10 @@ 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"; From 42e0aad57765bf9449e1f3947e2893f70eb1720f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hans=20P=2E=20M=C3=B6ller?= <30954443+hmollercl@users.noreply.github.com> Date: Fri, 31 Oct 2025 20:13:16 -0300 Subject: [PATCH 8/8] Update SuperWhammy.ttl minBlockLength 64 add bsize:minBlockLength 64 --- SuperWhammy/ttl/SuperWhammy.ttl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/SuperWhammy/ttl/SuperWhammy.ttl b/SuperWhammy/ttl/SuperWhammy.ttl index 2dcfc7f..c11ec69 100644 --- a/SuperWhammy/ttl/SuperWhammy.ttl +++ b/SuperWhammy/ttl/SuperWhammy.ttl @@ -12,7 +12,10 @@ 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";