mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-24 06:07:29 +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
|
|
@ -1,6 +1,6 @@
|
|||
ardour {
|
||||
["type"] = "dsp",
|
||||
name = "Amplifier",
|
||||
name = "a-Amplifier",
|
||||
category = "Amplifier",
|
||||
license = "MIT",
|
||||
author = "Ardour Team",
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ ardour {
|
|||
name = "Biquad Filter",
|
||||
category = "Filter",
|
||||
license = "MIT",
|
||||
author = "Ardour Team",
|
||||
author = "Ardour Lua Task Force",
|
||||
description = [[A Versatile Filter Plugin]]
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
ardour {
|
||||
["type"] = "dsp",
|
||||
name = "MIDI Monitor",
|
||||
name = "a-MIDI Monitor",
|
||||
category = "Visualization",
|
||||
license = "GPLv2",
|
||||
author = "Ardour Team",
|
||||
|
|
|
|||
|
|
@ -1,12 +1,10 @@
|
|||
ardour {
|
||||
["type"] = "dsp",
|
||||
name = "Inline Scope",
|
||||
name = "a-Inline Scope",
|
||||
category = "Visualization",
|
||||
license = "GPLv2",
|
||||
author = "Robin Gareus",
|
||||
email = "robin@gareus.org",
|
||||
site = "http://gareus.org",
|
||||
description = [[An Example DSP Plugin to display the waveform on the mixer strip]]
|
||||
license = "MIT",
|
||||
author = "Ardour Team",
|
||||
description = [[Mixer strip inline waveform display]]
|
||||
}
|
||||
|
||||
-- return possible i/o configurations
|
||||
|
|
|
|||
|
|
@ -1,12 +1,10 @@
|
|||
ardour {
|
||||
["type"] = "dsp",
|
||||
name = "Inline Spectrogram",
|
||||
name = "a-Inline Spectrogram",
|
||||
category = "Visualization",
|
||||
license = "GPLv2",
|
||||
author = "Robin Gareus",
|
||||
email = "robin@gareus.org",
|
||||
site = "http://gareus.org",
|
||||
description = [[An Example DSP Plugin to display a spectrom on the mixer strip]]
|
||||
license = "MIT",
|
||||
author = "Ardour Team",
|
||||
description = [[Mixer strip inline spectrum display]]
|
||||
}
|
||||
|
||||
-- return possible i/o configurations
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ ardour {
|
|||
["type"] = "dsp",
|
||||
name = "Voice/Level Activate",
|
||||
category = "Utility",
|
||||
author = "Ardour Team",
|
||||
author = "Ardour Lua Task Force",
|
||||
license = "MIT",
|
||||
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