-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
Add Pianoteq LV2 preset banks for Bluethner and Steinway B.
- Loading branch information
There are no files selected for viewing
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
@prefix atom: <http://lv2plug.in/ns/ext/atom#> . | ||
@prefix lv2: <http://lv2plug.in/ns/lv2core#> . | ||
@prefix pset: <http://lv2plug.in/ns/ext/presets#> . | ||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
@prefix state: <http://lv2plug.in/ns/ext/state#> . | ||
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
|
||
<Bluethner> | ||
lv2:appliesTo <http://pianoteq.com/lv2/Pianoteq7> ; | ||
a pset:Bank ; | ||
rdfs:label "Bluethner" . | ||
|
||
<Bluethner_Chamber_Recording_AB.ttl> | ||
lv2:appliesTo <http://pianoteq.com/lv2/Pianoteq7> ; | ||
a pset:Preset ; | ||
pset:bank <Bluethner> ; | ||
rdfs:seeAlso <Bluethner_Chamber_Recording_AB.ttl> . | ||
|
||
<Bluethner_Chamber_Recording_BA.ttl> | ||
lv2:appliesTo <http://pianoteq.com/lv2/Pianoteq7> ; | ||
a pset:Preset ; | ||
pset:bank <Bluethner> ; | ||
rdfs:seeAlso <Bluethner_Chamber_Recording_BA.ttl> . | ||
|
||
<Bluethner_Cinematic.ttl> | ||
lv2:appliesTo <http://pianoteq.com/lv2/Pianoteq7> ; | ||
a pset:Preset ; | ||
pset:bank <Bluethner> ; | ||
rdfs:seeAlso <Bluethner_Cinematic.ttl> . | ||
|
||
<Bluethner_Concert_Recording_AB.ttl> | ||
lv2:appliesTo <http://pianoteq.com/lv2/Pianoteq7> ; | ||
a pset:Preset ; | ||
pset:bank <Bluethner> ; | ||
rdfs:seeAlso <Bluethner_Concert_Recording_AB.ttl> . | ||
|
||
<Bluethner_Concert_Recording_BA.ttl> | ||
lv2:appliesTo <http://pianoteq.com/lv2/Pianoteq7> ; | ||
a pset:Preset ; | ||
pset:bank <Bluethner> ; | ||
rdfs:seeAlso <Bluethner_Concert_Recording_BA.ttl> . | ||
|
||
<Bluethner_Improv.ttl> | ||
lv2:appliesTo <http://pianoteq.com/lv2/Pianoteq7> ; | ||
a pset:Preset ; | ||
pset:bank <Bluethner> ; | ||
rdfs:seeAlso <Bluethner_Improv.ttl> . | ||
|
||
<Bluethner_Intimate.ttl> | ||
lv2:appliesTo <http://pianoteq.com/lv2/Pianoteq7> ; | ||
a pset:Preset ; | ||
pset:bank <Bluethner> ; | ||
rdfs:seeAlso <Bluethner_Intimate.ttl> . | ||
|
||
<Bluethner_Model_One_AB.ttl> | ||
lv2:appliesTo <http://pianoteq.com/lv2/Pianoteq7> ; | ||
a pset:Preset ; | ||
pset:bank <Bluethner> ; | ||
rdfs:seeAlso <Bluethner_Model_One_AB.ttl> . | ||
|
||
<Bluethner_Model_One.ttl> | ||
lv2:appliesTo <http://pianoteq.com/lv2/Pianoteq7> ; | ||
a pset:Preset ; | ||
pset:bank <Bluethner> ; | ||
rdfs:seeAlso <Bluethner_Model_One.ttl> . | ||
|
||
<Bluethner_Player.ttl> | ||
lv2:appliesTo <http://pianoteq.com/lv2/Pianoteq7> ; | ||
a pset:Preset ; | ||
pset:bank <Bluethner> ; | ||
rdfs:seeAlso <Bluethner_Player.ttl> . | ||
|
||
<Bluethner_Prelude.ttl> | ||
lv2:appliesTo <http://pianoteq.com/lv2/Pianoteq7> ; | ||
a pset:Preset ; | ||
pset:bank <Bluethner> ; | ||
rdfs:seeAlso <Bluethner_Prelude.ttl> . | ||
|
||
<Bluethner_Studio_Recording_AB.ttl> | ||
lv2:appliesTo <http://pianoteq.com/lv2/Pianoteq7> ; | ||
a pset:Preset ; | ||
pset:bank <Bluethner> ; | ||
rdfs:seeAlso <Bluethner_Studio_Recording_AB.ttl> . | ||
|
||
<Bluethner_Studio_Recording_BA.ttl> | ||
lv2:appliesTo <http://pianoteq.com/lv2/Pianoteq7> ; | ||
a pset:Preset ; | ||
pset:bank <Bluethner> ; | ||
rdfs:seeAlso <Bluethner_Studio_Recording_BA.ttl> . |