Skip to content

Commit

Permalink
LV2: remove port resizing, DSP->UI communication no longer uses ports
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Westerfeld <[email protected]>
  • Loading branch information
swesterfeld committed Jun 26, 2024
1 parent c7adb61 commit c7d692d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lv2/spectmorph.ttl.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
@prefix atom: <http://lv2plug.in/ns/ext/atom#> .
@prefix urid: <http://lv2plug.in/ns/ext/urid#> .
@prefix ui: <http://lv2plug.in/ns/extensions/ui#> .
@prefix rsz: <http://lv2plug.in/ns/ext/resize-port#> .
@prefix state: <http://lv2plug.in/ns/ext/state#> .
@prefix time: <http://lv2plug.in/ns/ext/time#> .
@prefix pg: <http://lv2plug.in/ns/ext/port-groups#> .
Expand Down Expand Up @@ -46,7 +45,6 @@
lv2:index 0;
lv2:symbol "midi_in";
lv2:name "Midi Input";
rsz:minimumSize 65536;
],
[
a lv2:InputPort,
Expand Down Expand Up @@ -114,7 +112,6 @@
lv2:index 7;
lv2:symbol "notify";
lv2:name "Notify";
rsz:minimumSize 65536;
] .

<http://spectmorph.org/plugins/spectmorph#ui>
Expand Down

0 comments on commit c7d692d

Please sign in to comment.