Closed x42 closed 8 years ago
The sidechain inputs should have a lv2:portProperty lv2:isSideChain; port property. Currently they're only in a custom group pg:inGroup swh:sc3-sidechain ; and "swh:sc3-sidechain" is not meaningful to a host.
lv2:portProperty lv2:isSideChain;
pg:inGroup swh:sc3-sidechain ;
expected (here sc3-swh.lv2/plugin.ttl).
:port [ a :InputPort, :AudioPort ; :name "Sidechain" ; :index 7 ; :symbol "sidechain" ; :portProperty :isSideChain; pg:inGroup swh:sc3-sidechain ; pg:role pg:centerChannel ; ] ;
The sidechain inputs should have a
lv2:portProperty lv2:isSideChain;
port property. Currently they're only in a custom grouppg:inGroup swh:sc3-sidechain ;
and "swh:sc3-sidechain" is not meaningful to a host.expected (here sc3-swh.lv2/plugin.ttl).