mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14: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
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue