diff options
author | Robin Gareus <robin@gareus.org> | 2016-07-12 15:21:23 +0200 |
---|---|---|
committer | Robin Gareus <robin@gareus.org> | 2016-07-12 16:43:10 +0200 |
commit | 4866106bcc488a1e85a78220652c486d37bb74d7 (patch) | |
tree | f6d54c4fe82c719bb2d3586635560fd8e003f158 /scripts/bounce_replace.lua | |
parent | 53274c5baef194e14850757ab623c40d8217ebd7 (diff) | |
download | ardour-4866106bcc488a1e85a78220652c486d37bb74d7.zip ardour-4866106bcc488a1e85a78220652c486d37bb74d7.tar.gz ardour-4866106bcc488a1e85a78220652c486d37bb74d7.tar.bz2 |
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)
Diffstat (limited to 'scripts/bounce_replace.lua')
-rw-r--r-- | scripts/bounce_replace.lua | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/bounce_replace.lua b/scripts/bounce_replace.lua index d383a87..07518a4 100644 --- a/scripts/bounce_replace.lua +++ b/scripts/bounce_replace.lua @@ -1,8 +1,6 @@ ardour { ["type"] = "EditorAction", name = "Bounce+Replace Regions", license = "MIT", - author = "Robin Gareus", - email = "robin@gareus.org", - site = "http://gareus.org", + author = "Ardour Team", description = [[Bounce selected regions with processing and replace region]] } |