Update Lua script descriptions, rename some scripts

This commit is contained in:
Robin Gareus 2020-04-24 05:47:02 +02:00
parent fcf4e3e9eb
commit f72b05d3a5
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
25 changed files with 24 additions and 29 deletions

View File

@ -4,7 +4,7 @@ ardour {
category = "Filter", category = "Filter",
license = "GPLv2", license = "GPLv2",
author = "Ardour Team", author = "Ardour Team",
description = [[High and Low Pass Filter with de-zipped controls, written in Ardour-Lua]] description = [[High and Low Pass Filter with de-zipped controls]]
} }
function dsp_ioconfig () function dsp_ioconfig ()

View File

@ -1,13 +1,12 @@
ardour { ardour {
["type"] = "EditorAction", ["type"] = "EditorAction",
name = "New Playlist", name = "New Playlists",
license = "MIT", license = "MIT",
author = "Ardour Lua Taskforce", author = "Ardour Lua Taskforce",
description = [[Prompts and builds a new playlist for every track in the session.]] description = [[Prompts and builds a new playlist for every track in the session. Beware the operation cannot be cancelled.]]
} }
function factory () return function () function factory () return function ()
for r in Session:get_tracks():iter() do for r in Session:get_tracks():iter() do
local rtav = Editor:rtav_from_route(r) -- lookup RTAV local rtav = Editor:rtav_from_route(r) -- lookup RTAV
Editor:new_playlists(rtav:to_timeaxisview()) Editor:new_playlists(rtav:to_timeaxisview())

View File

@ -4,7 +4,7 @@ ardour {
category = "Utility", category = "Utility",
license = "MIT", license = "MIT",
author = "Ardour Team", author = "Ardour Team",
description = [[Noise Generator]] description = [[Noise Generator featuring either white noise with uniform or gaussian distribution, or pink-noise. The signal level can be customized.]]
} }
function dsp_ioconfig () function dsp_ioconfig ()

View File

@ -4,7 +4,7 @@ ardour {
category = "Amplifier", category = "Amplifier",
license = "MIT", license = "MIT",
author = "Ardour Team", author = "Ardour Team",
description = [[Mute button with slow fade in/out]] description = [[Mute button with slow fade in/out (approx. 1sec exponential)]]
} }
function dsp_ioconfig () function dsp_ioconfig ()

View File

@ -3,7 +3,7 @@ ardour {
name = "Shortcut", name = "Shortcut",
license = "MIT", license = "MIT",
author = "me", author = "me",
description = [[Trigger a keyboard shortcut. You will be prompted for the shortcut's action in the next step.]] description = [[Trigger a keyboard shortcut. You will be prompted for the shortcut's action in the next step.]]
} }
function action_params () function action_params ()

View File

@ -2,7 +2,7 @@ ardour {
["type"] = "EditorAction", ["type"] = "EditorAction",
name = "Create Drum Tracks", name = "Create Drum Tracks",
author = "PSmith", author = "PSmith",
description = [[Creates 8 new tracks with representative names and colors.]] description = [[Creates eight new tracks with representative drum names and colors.]]
} }
function factory () return function () function factory () return function ()

View File

@ -3,7 +3,7 @@ ardour {
name = "Faders to Trims", name = "Faders to Trims",
license = "MIT", license = "MIT",
author = "PSmith", author = "PSmith",
description = [[Add 'Trim' plugins to all tracks. Move the fader value into the trim.]] description = [[Add 'Trim' plugins to all tracks. Move the fader value into the trim.]]
} }
function action_params () function action_params ()

View File

@ -1,7 +1,7 @@
ardour { ["type"] = "EditorAction", name = "Jump to Marker", ardour { ["type"] = "EditorAction", name = "Search and Jump to Marker",
license = "MIT", license = "MIT",
author = "Ardour Team", author = "Ardour Team",
description = [[Jump to the first marker matching a given pattern]] description = [[Jump to the first marker that matches a given name pattern]]
} }
function factory () return function () function factory () return function ()

View File

@ -4,7 +4,7 @@ ardour {
version = "0.1.1", version = "0.1.1",
license = "MIT", license = "MIT",
author = "Daniel Appelt", author = "Daniel Appelt",
description = [[Add LFO-like plugin automation to selected region]] description = [[Add LFO-like plugin automation to any automatable parameter below a selected region]]
} }
function factory (unused_params) function factory (unused_params)

View File

@ -4,7 +4,7 @@ ardour {
category = "Utility", category = "Utility",
author = "Ardour Team", author = "Ardour Team",
license = "MIT", license = "MIT",
description = [[Linear Timecode Decoder with mixer strip inline display]] description = [[Linear Timecode (LTC) Decoder with mixer strip inline display]]
} }
function dsp_ioconfig () function dsp_ioconfig ()

View File

@ -1,8 +1,8 @@
ardour { ardour {
["type"] = "EditorAction", ["type"] = "EditorAction",
name = "Meter Tap", name = "Meter Point",
author = "Ardour Lua Taskforce", author = "Ardour Lua Taskforce",
description = [[Change Metering Point for tracks in your session.]] description = [[Batch change metering point for selected or tracks in the given session.]]
} }
function factory () return function () function factory () return function ()

View File

@ -4,7 +4,7 @@ ardour {
category = "Utility", category = "Utility",
license = "MIT", license = "MIT",
author = "Alby Musaelian", author = "Alby Musaelian",
description = [[Map arbitrary MIDI notes to others. Affects Note On/Off and polyphonic key pressure. Note that if a single note is mapped multiple times, the last mapping wins -- MIDI events are never duplicated.]] description = [[Map arbitrary MIDI notes to others. Affects Note On/Off and polyphonic key pressure. Note that if a single note is mapped multiple times, the last mapping wins (MIDI events are never duplicated).]]
} }
-- The number of remapping pairs to allow. Increasing this (at least in theory) -- The number of remapping pairs to allow. Increasing this (at least in theory)

View File

@ -3,13 +3,11 @@ ardour {
name = "Recall Mixer Settings", name = "Recall Mixer Settings",
author = "Mixbus Team", author = "Mixbus Team",
description = [[ description = [[
Recalls mixer settings outined by files Recalls mixer settings outined by files
created by Store Mixer Settings. created by Store Mixer Settings.
Allows for some room to change Source Allows for some room to change Source
and Destination. and Destination.
]] ]]
} }

View File

@ -3,7 +3,6 @@ ardour {
name = "Store Mixer Settings", name = "Store Mixer Settings",
author = "Mixbus Team", author = "Mixbus Team",
description = [[ description = [[
Stores the current Mixer state as a file Stores the current Mixer state as a file
that can be read and recalled arbitrarily that can be read and recalled arbitrarily
by it's companion script, Recall Mixer Settings. by it's companion script, Recall Mixer Settings.
@ -11,7 +10,6 @@ ardour {
Supports: processor settings, grouping, Supports: processor settings, grouping,
mute, solo, gain, trim, pan and processor ordering, mute, solo, gain, trim, pan and processor ordering,
plus re-adding certain deleted plugins. plus re-adding certain deleted plugins.
]] ]]
} }

View File

@ -3,7 +3,7 @@ ardour {
name = "Mute All Tracks", name = "Mute All Tracks",
license = "MIT", license = "MIT",
author = "Ardour Team", author = "Ardour Team",
description = [[Mute All Tracks in the Session]] description = [[Mute all tracks in the session]]
} }
function factory () return function () function factory () return function ()

View File

@ -2,7 +2,7 @@ ardour {
["type"] = "EditorHook", ["type"] = "EditorHook",
name = "Periodically Save Snapshot", name = "Periodically Save Snapshot",
author = "Ardour Lua Task Force", author = "Ardour Lua Task Force",
description = "Save a session-snapshot peridocally (every 15mins) named after the current date-time", description = "Save a session-snapshot periodically (every 15mins) named after the current date-time",
} }
-- subscribe to signals -- subscribe to signals

View File

@ -3,7 +3,7 @@ ardour {
name = "Reset Mixer", name = "Reset Mixer",
license = "MIT", license = "MIT",
author = "Ben Loftis, Nikolaus Gullotta, Maxime Lecoq", author = "Ben Loftis, Nikolaus Gullotta, Maxime Lecoq",
description = [[Resets key Mixer settings after user-prompt (warning: this cannot be undone)]] description = [[Resets key mixer settings after user-prompt (warning: this cannot be undone)]]
} }
function factory() return function() function factory() return function()

View File

@ -3,7 +3,7 @@ ardour {
name = "Region Select/2", name = "Region Select/2",
license = "MIT", license = "MIT",
author = "Ardour Team", author = "Ardour Team",
description = [[select every 2nd region on all selected tracks]] description = [[Select every 2nd region on all selected tracks]]
} }
-- select every 2nd region on all selected tracks -- select every 2nd region on all selected tracks

View File

@ -1,7 +1,7 @@
ardour { ardour {
["type"] = "SessionInit", ["type"] = "SessionInit",
name = "Advanced Session", name = "Advanced Session",
description = [[Allows to configure master-bus and autoconnect]], description = [[Allow to configure master-bus and autoconnect settings]],
master_bus = 0 master_bus = 0
} }

View File

@ -4,7 +4,7 @@ ardour {
category = "Instrument", category = "Instrument",
license = "MIT", license = "MIT",
author = "Ardour Team", author = "Ardour Team",
description = [[Sine Wave Generator (v1.2)]] description = [[Simple sine wave generator with gain and frequency controls]]
} }
local lpf = 0 local lpf = 0
@ -91,4 +91,4 @@ function render_inline (ctx, w, max_h) --inline display
p = p + inc p = p + inc
end end
return {w, h + 6} return {w, h + 6}
end end

View File

@ -3,7 +3,7 @@ ardour {
name = "Stop at Marker", name = "Stop at Marker",
license = "MIT", license = "MIT",
author = "Ardour Lua Task Force", author = "Ardour Lua Task Force",
description = [[An example session script which stops the transport on every location marker when rolling forward.]] description = [[Stop the transport on every location marker when rolling forward.]]
} }
function factory () function factory ()

View File

@ -4,7 +4,7 @@ ardour {
category = "Instrument", category = "Instrument",
license = "MIT", license = "MIT",
author = "Ardour Lua Task Force", author = "Ardour Lua Task Force",
description = [[An Example Synth for Prototyping.]] description = [[An Example synth for prototyping: Sine-wave with a basic attack/sustain/release envelope, variable number of output channels.]]
} }
function dsp_ioconfig () function dsp_ioconfig ()