forked from pantherb/setBfree
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This specifies the output to specifically stereo-group with a mono source.
- Loading branch information
Showing
3 changed files
with
42 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
@prefix doap: <http://usefulinc.com/ns/doap#> . | ||
@prefix foaf: <http://xmlns.com/foaf/0.1/> . | ||
@prefix lv2: <http://lv2plug.in/ns/lv2core#> . | ||
@prefix mod: <http://moddevices.com/ns/mod#> . | ||
@prefix pg: <http://lv2plug.in/ns/ext/port-groups#> . | ||
@prefix pp: <http://lv2plug.in/ns/ext/port-props#> . | ||
@prefix units: <http://lv2plug.in/ns/extensions/units#> . | ||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
@prefix bwhirl: <http://gareus.org/oss/lv2/b_whirl#> . | ||
@prefix doap: <http://usefulinc.com/ns/doap#> . | ||
@prefix foaf: <http://xmlns.com/foaf/0.1/> . | ||
@prefix lv2: <http://lv2plug.in/ns/lv2core#> . | ||
@prefix pg: <http://lv2plug.in/ns/ext/port-groups#> . | ||
@prefix pp: <http://lv2plug.in/ns/ext/port-props#> . | ||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
@prefix units: <http://lv2plug.in/ns/extensions/units#> . | ||
|
||
<http://gareus.org/rgareus#me> | ||
a foaf:Person ; | ||
foaf:name "Robin Gareus" ; | ||
foaf:mbox <mailto:[email protected]> ; | ||
foaf:homepage <http://gareus.org/> . | ||
|
||
<http://gareus.org/oss/lv2/b_whirl#extended> | ||
bwhirl:extended | ||
a doap:Project, lv2:Plugin, lv2:SimulatorPlugin; | ||
doap:maintainer <http://gareus.org/rgareus#me> ; | ||
doap:name "x42 Whirl - Rotary Speaker"; | ||
|
@@ -29,6 +29,7 @@ | |
lv2:index 0 ; | ||
lv2:symbol "in" ; | ||
lv2:name "Input" ; | ||
pg:group bwhirl:mainIn ; | ||
lv2:designation pg:center ; | ||
], | ||
[ | ||
|
@@ -37,6 +38,7 @@ | |
lv2:index 1 ; | ||
lv2:symbol "left" ; | ||
lv2:name "Left Output" ; | ||
pg:group bwhirl:mainOut ; | ||
lv2:designation pg:left ; | ||
], | ||
[ | ||
|
@@ -45,6 +47,7 @@ | |
lv2:index 2 ; | ||
lv2:symbol "right" ; | ||
lv2:name "Right Output" ; | ||
pg:group bwhirl:mainOut ; | ||
lv2:designation pg:right ; | ||
], | ||
[ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
@prefix doap: <http://usefulinc.com/ns/doap#> . | ||
@prefix foaf: <http://xmlns.com/foaf/0.1/> . | ||
@prefix lv2: <http://lv2plug.in/ns/lv2core#> . | ||
@prefix mod: <http://moddevices.com/ns/mod#> . | ||
@prefix pg: <http://lv2plug.in/ns/ext/port-groups#> . | ||
@prefix pp: <http://lv2plug.in/ns/ext/port-props#> . | ||
@prefix units: <http://lv2plug.in/ns/extensions/units#> . | ||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
@prefix bwhirl: <http://gareus.org/oss/lv2/b_whirl#> . | ||
@prefix doap: <http://usefulinc.com/ns/doap#> . | ||
@prefix foaf: <http://xmlns.com/foaf/0.1/> . | ||
@prefix lv2: <http://lv2plug.in/ns/lv2core#> . | ||
@prefix pg: <http://lv2plug.in/ns/ext/port-groups#> . | ||
@prefix pp: <http://lv2plug.in/ns/ext/port-props#> . | ||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
@prefix units: <http://lv2plug.in/ns/extensions/units#> . | ||
|
||
<http://gareus.org/rgareus#me> | ||
a foaf:Person ; | ||
foaf:name "Robin Gareus" ; | ||
foaf:mbox <mailto:[email protected]> ; | ||
foaf:homepage <http://gareus.org/> . | ||
|
||
<http://gareus.org/oss/lv2/b_whirl#simple> | ||
bwhirl:simple | ||
a doap:Project, lv2:Plugin, lv2:SimulatorPlugin; | ||
doap:maintainer <http://gareus.org/rgareus#me> ; | ||
doap:name "x42 Whirl - Rotary Speaker -- Simple"; | ||
|
@@ -29,6 +29,7 @@ | |
lv2:index 0 ; | ||
lv2:symbol "in" ; | ||
lv2:name "Input" ; | ||
pg:group bwhirl:mainIn ; | ||
lv2:designation pg:center ; | ||
], | ||
[ | ||
|
@@ -37,6 +38,7 @@ | |
lv2:index 1 ; | ||
lv2:symbol "left" ; | ||
lv2:name "Left Output" ; | ||
pg:group bwhirl:mainOut ; | ||
lv2:designation pg:left ; | ||
], | ||
[ | ||
|
@@ -45,6 +47,7 @@ | |
lv2:index 2 ; | ||
lv2:symbol "right" ; | ||
lv2:name "Right Output" ; | ||
pg:group bwhirl:mainOut ; | ||
lv2:designation pg:right ; | ||
], | ||
[ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters