re-classify bundled lua scripts
* search by author: - "Ardour Team" for "ready to use" plugins - "Ardour Lua Task Force" = example plugins * search by Category - use "Example" for DSP plugins (except instruments)
This commit is contained in:
@@ -3,10 +3,8 @@ ardour {
|
||||
name = "Simple Synth",
|
||||
category = "Instrument",
|
||||
license = "MIT",
|
||||
author = "Robin Gareus",
|
||||
email = "robin@gareus.org",
|
||||
site = "http://gareus.org",
|
||||
description = [[An Example Synth for prototyping.]]
|
||||
author = "Ardour Lua Task Force",
|
||||
description = [[An Example Synth for Prototyping.]]
|
||||
}
|
||||
|
||||
function dsp_ioconfig ()
|
||||
|
||||
Reference in New Issue
Block a user