summaryrefslogtreecommitdiff
path: root/scripts/stop_at_marker.lua
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-07-12 15:21:23 +0200
committerRobin Gareus <robin@gareus.org>2016-07-12 16:43:10 +0200
commit4866106bcc488a1e85a78220652c486d37bb74d7 (patch)
treef6d54c4fe82c719bb2d3586635560fd8e003f158 /scripts/stop_at_marker.lua
parent53274c5baef194e14850757ab623c40d8217ebd7 (diff)
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/stop_at_marker.lua')
-rw-r--r--scripts/stop_at_marker.lua4
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/stop_at_marker.lua b/scripts/stop_at_marker.lua
index 140fb7a98d..f710a9f205 100644
--- a/scripts/stop_at_marker.lua
+++ b/scripts/stop_at_marker.lua
@@ -2,9 +2,7 @@ ardour {
["type"] = "session",
name = "Stop at Marker",
license = "MIT",
- author = "Robin Gareus",
- email = "robin@gareus.org",
- site = "http://gareus.org",
+ author = "Ardour Lua Task Force",
description = [[An example session script which stops the transport on every location marker when rolling forward.]]
}