mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
prefix blessed scripted DSP plugins with a-*
This commit is contained in:
parent
4fd607814f
commit
2b7a89ecff
7 changed files with 17 additions and 22 deletions
|
|
@ -7,17 +7,16 @@
|
||||||
@prefix pg: <http://lv2plug.in/ns/ext/port-groups#> .
|
@prefix pg: <http://lv2plug.in/ns/ext/port-groups#> .
|
||||||
@prefix urid: <http://lv2plug.in/ns/ext/urid#> .
|
@prefix urid: <http://lv2plug.in/ns/ext/urid#> .
|
||||||
|
|
||||||
<http://gareus.org/rgareus#me>
|
<http://ardour.org/credits.html>
|
||||||
a foaf:Person ;
|
a foaf:Person ;
|
||||||
foaf:name "Robin Gareus" ;
|
foaf:name "Ardour Team" ;
|
||||||
foaf:mbox <mailto:robin@gareus.org> ;
|
foaf:homepage <http://ardour.org/> .
|
||||||
foaf:homepage <http://gareus.org/> .
|
|
||||||
|
|
||||||
<https://community.ardour.org/node/7596>
|
<https://community.ardour.org/node/7596>
|
||||||
a lv2:Plugin, lv2:InstrumentPlugin, doap:Project;
|
a lv2:Plugin, lv2:InstrumentPlugin, doap:Project;
|
||||||
doap:license <http://usefulinc.com/doap/licenses/gpl> ;
|
doap:license <http://usefulinc.com/doap/licenses/gpl> ;
|
||||||
doap:maintainer <http://gareus.org/rgareus#me> ;
|
doap:maintainer <http://ardour.org/credits.html> ;
|
||||||
doap:name "Reasonable Synth";
|
doap:name "a-Reasonable Synth";
|
||||||
lv2:optionalFeature lv2:hardRTCapable ;
|
lv2:optionalFeature lv2:hardRTCapable ;
|
||||||
lv2:requiredFeature urid:map ;
|
lv2:requiredFeature urid:map ;
|
||||||
rdfs:comment """A simple synthesizer with no controls at all but a reasonable sound instead. Note that this synth does not respond to any Control or Program Messages. Its main purpose is to act as sensible default on new installations until other plugins are installed.""" ;
|
rdfs:comment """A simple synthesizer with no controls at all but a reasonable sound instead. Note that this synth does not respond to any Control or Program Messages. Its main purpose is to act as sensible default on new installations until other plugins are installed.""" ;
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
ardour {
|
ardour {
|
||||||
["type"] = "dsp",
|
["type"] = "dsp",
|
||||||
name = "Amplifier",
|
name = "a-Amplifier",
|
||||||
category = "Amplifier",
|
category = "Amplifier",
|
||||||
license = "MIT",
|
license = "MIT",
|
||||||
author = "Ardour Team",
|
author = "Ardour Team",
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ ardour {
|
||||||
name = "Biquad Filter",
|
name = "Biquad Filter",
|
||||||
category = "Filter",
|
category = "Filter",
|
||||||
license = "MIT",
|
license = "MIT",
|
||||||
author = "Ardour Team",
|
author = "Ardour Lua Task Force",
|
||||||
description = [[A Versatile Filter Plugin]]
|
description = [[A Versatile Filter Plugin]]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
ardour {
|
ardour {
|
||||||
["type"] = "dsp",
|
["type"] = "dsp",
|
||||||
name = "MIDI Monitor",
|
name = "a-MIDI Monitor",
|
||||||
category = "Visualization",
|
category = "Visualization",
|
||||||
license = "GPLv2",
|
license = "GPLv2",
|
||||||
author = "Ardour Team",
|
author = "Ardour Team",
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,10 @@
|
||||||
ardour {
|
ardour {
|
||||||
["type"] = "dsp",
|
["type"] = "dsp",
|
||||||
name = "Inline Scope",
|
name = "a-Inline Scope",
|
||||||
category = "Visualization",
|
category = "Visualization",
|
||||||
license = "GPLv2",
|
license = "MIT",
|
||||||
author = "Robin Gareus",
|
author = "Ardour Team",
|
||||||
email = "robin@gareus.org",
|
description = [[Mixer strip inline waveform display]]
|
||||||
site = "http://gareus.org",
|
|
||||||
description = [[An Example DSP Plugin to display the waveform on the mixer strip]]
|
|
||||||
}
|
}
|
||||||
|
|
||||||
-- return possible i/o configurations
|
-- return possible i/o configurations
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,10 @@
|
||||||
ardour {
|
ardour {
|
||||||
["type"] = "dsp",
|
["type"] = "dsp",
|
||||||
name = "Inline Spectrogram",
|
name = "a-Inline Spectrogram",
|
||||||
category = "Visualization",
|
category = "Visualization",
|
||||||
license = "GPLv2",
|
license = "MIT",
|
||||||
author = "Robin Gareus",
|
author = "Ardour Team",
|
||||||
email = "robin@gareus.org",
|
description = [[Mixer strip inline spectrum display]]
|
||||||
site = "http://gareus.org",
|
|
||||||
description = [[An Example DSP Plugin to display a spectrom on the mixer strip]]
|
|
||||||
}
|
}
|
||||||
|
|
||||||
-- return possible i/o configurations
|
-- return possible i/o configurations
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@ ardour {
|
||||||
["type"] = "dsp",
|
["type"] = "dsp",
|
||||||
name = "Voice/Level Activate",
|
name = "Voice/Level Activate",
|
||||||
category = "Utility",
|
category = "Utility",
|
||||||
author = "Ardour Team",
|
author = "Ardour Lua Task Force",
|
||||||
license = "MIT",
|
license = "MIT",
|
||||||
description = [[Roll the transport when the signal level on the plugin's input exceeds a given threshold.]]
|
description = [[Roll the transport when the signal level on the plugin's input exceeds a given threshold.]]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue