Consolidete script author names

This commit is contained in:
Robin Gareus 2020-09-30 22:06:35 +02:00
parent 46e895aaad
commit c8df8418dc
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
39 changed files with 40 additions and 40 deletions

View File

@ -1,4 +1,4 @@
ardour { ["type"] = "dsp", name = "Lua Convolver", license = "MIT", author = "Ardour Lua Task Force", description = [[Another simple DSP example]] }
ardour { ["type"] = "dsp", name = "Lua Convolver", license = "MIT", author = "Ardour Team", description = [[Another simple DSP example]] }
function dsp_ioconfig () return
{

View File

@ -3,7 +3,7 @@ ardour {
name = "Lua Fluid Synth",
category = "Instrument",
license = "MIT",
author = "Ardour Lua Task Force",
author = "Ardour Team",
description = [[An Example Synth for Prototyping.]]
}

View File

@ -16,7 +16,7 @@ ardour {
["type"] = "session",
name = "Modulate Plugin Parameter",
license = "MIT",
author = "Ardour Lua Task Force",
author = "Ardour Team",
description = [[An example session to modulate a plugin parameter.]]
}

View File

@ -3,7 +3,7 @@ ardour {
name = "Simple Amp",
category = "Example",
license = "MIT",
author = "Ardour Lua Task Force",
author = "Ardour Team",
description = [[
An Example DSP Plugin for processing audio, to
be used with Ardour's Lua scripting facility.]]

View File

@ -3,7 +3,7 @@ ardour {
name = "Simple Amp II",
category = "Example",
license = "MIT",
author = "Ardour Lua Task Force",
author = "Ardour Team",
description = [[
An Example DSP Plugin for processing audio, to
be used with Ardour's Lua scripting facility.]]

View File

@ -3,7 +3,7 @@ ardour {
name = "Simple Amp III",
category = "Example",
license = "MIT",
author = "Ardour Lua Task Force",
author = "Ardour Team",
description = [[
An Example DSP Plugin for processing audio, to
be used with Ardour's Lua scripting facility.]]

View File

@ -3,7 +3,7 @@ ardour {
name = "Biquad Filter",
category = "Filter",
license = "MIT",
author = "Ardour Lua Task Force",
author = "Ardour Team",
description = [[A Versatile Filter Plugin]]
}

View File

@ -1,7 +1,7 @@
ardour {
["type"] = "EditorHook",
name = "Timed Event Example",
author = "Ardour Lua Task Force",
author = "Ardour Team",
description = "Perform actions at specific wallclock time, example record",
}

View File

@ -1,7 +1,7 @@
ardour {
["type"] = "EditorHook",
name = "Save Extra Data (instruments)",
author = "Ardour Lua Task Force",
author = "Ardour Team",
description = "Export custom data when the session is saved",
}

View File

@ -1,4 +1,4 @@
ardour { ["type"] = "dsp", name = "Lua FIR Convolver", license = "MIT", author = "Ardour Lua Task Force", description = [[Another simple DSP example]] }
ardour { ["type"] = "dsp", name = "Lua FIR Convolver", license = "MIT", author = "Ardour Team", description = [[Another simple DSP example]] }
function dsp_ioconfig () return
{

View File

@ -1,7 +1,7 @@
ardour {
["type"] = "EditorHook",
name = "Callback Example",
author = "Ardour Lua Task Force",
author = "Ardour Team",
description = "Rewind On Solo Change, Write a file when regions are moved",
}

View File

@ -3,7 +3,7 @@ ardour {
name = "MIDI LFO",
category = "Example", -- Utility
license = "MIT",
author = "Ardour Lua Task Force",
author = "Ardour Team",
description = [[MIDI CC LFO Example -- Triangle full scale CC Parameter automation]]
}

View File

@ -3,7 +3,7 @@ ardour {
name = "MIDI Record Enable",
category = "Example", -- "Utility"
license = "MIT",
author = "Ardour Lua Task Force",
author = "Ardour Team",
description = [[An example script to start recording on note-on.]]
}

View File

@ -2,7 +2,7 @@ ardour {
["type"] = "session",
name = "Rewrite Midi",
license = "MIT",
author = "Ardour Lua Task Force",
author = "Ardour Team",
description = [[An example session script preprocesses midi buffers.]]
}

View File

@ -3,7 +3,7 @@ ardour {
name = "Midi Filter",
category = "Example", -- "Utility"
license = "MIT",
author = "Ardour Lua Task Force",
author = "Ardour Team",
description = [[An Example Midi Filter for prototyping.]]
}

View File

@ -3,7 +3,7 @@ ardour {
name = "MIDI Generator",
category = "Example", -- "Utility"
license = "MIT",
author = "Ardour Lua Task Force",
author = "Ardour Team",
description = [[An Example Midi Generator for prototyping.]]
}

View File

@ -3,7 +3,7 @@ ardour {
name = "MIDI Generator II",
category = "Example",
license = "MIT",
author = "Ardour Lua Task Force",
author = "Ardour Team",
description = [[An Example Midi Generator for prototyping.]]
}

View File

@ -2,7 +2,7 @@ ardour {
["type"] = "EditorAction",
name = "New Playlists",
license = "MIT",
author = "Ardour Lua Taskforce",
author = "Ardour Team",
description = [[Prompts and builds a new playlist for every track in the session. Beware the operation cannot be cancelled.]]
}

View File

@ -1,7 +1,7 @@
ardour {
["type"] = "EditorHook",
name = "OSC Callback Example",
author = "Ardour Lua Task Force",
author = "Ardour Team",
description = "Send OSC messages",
}

View File

@ -3,7 +3,7 @@ ardour {
name = "Pong",
category = "Toy",
license = "MIT",
author = "Ardour Lua Task Force",
author = "Ardour Team",
description = [[A console classic for your console]]
}

View File

@ -3,7 +3,7 @@ ardour {
name = "Midi Passthru",
category = "Example",
license = "MIT",
author = "Ardour Lua Task Force",
author = "Ardour Team",
description = [[An Example Audio/MIDI Passthrough Plugin using Buffer Pointers]]
}

View File

@ -1,7 +1,7 @@
ardour {
["type"] = "EditorAction",
name = "File Name Test",
author = "Ardour Lua Taskforce",
author = "Ardour Team",
description = [[Example Plugin to show to to select a file and remember the most recently used file.]]
}

View File

@ -1,7 +1,7 @@
ardour {
["type"] = "EditorAction",
name = "Rewind",
author = "Ardour Lua Task Force",
author = "Ardour Team",
description = [[An Example Ardour Editor Action Script.]]
}

View File

@ -1,7 +1,7 @@
ardour {
["type"] = "EditorHook",
name = "Load Session Hook Example",
author = "Ardour Lua Task Force",
author = "Ardour Team",
description = "Display some dialogs during session load and execute actions",
}

View File

@ -1,7 +1,7 @@
ardour {
["type"] = "session",
name = "Good Night",
author = "Ardour Lua Task Force",
author = "Ardour Team",
description = [[
Example Ardour Session Script.
Session scripts are called at the beginning of every process-callback (before doing any audio processing).

View File

@ -1,4 +1,4 @@
ardour { ["type"] = "dsp", name = "Sound Smasher", category = "Dynamics", license = "MIT", author = "Ardour Lua Task Force", description = [[Another simple DSP example]] }
ardour { ["type"] = "dsp", name = "Sound Smasher", category = "Dynamics", license = "MIT", author = "Ardour Team", description = [[Another simple DSP example]] }
function dsp_ioconfig () return
-- -1, -1 = any number of channels as long as input and output count matches

View File

@ -1,7 +1,7 @@
ardour {
["type"] = "EditorAction",
name = "Track Sort",
author = "Ardour Lua Taskforce",
author = "Ardour Team",
description = [[Sort tracks alphabetically by name]]
}

View File

@ -3,7 +3,7 @@ ardour {
name = "Spike Synth",
category = "Instrument",
license = "MIT",
author = "Ardour Lua Task Force",
author = "Ardour Team",
description = [[A debug and test-instrumentation synth. This plugin is useful with Ardour's "Dummy" backend "Engine-Pulse" mode to verify capture alignment. This plugin generate the exact same audio-signal from MIDI data that the backend also generates: Note-on: +1, Note-off: -1.]]
}

View File

@ -1,7 +1,7 @@
ardour {
["type"] = "EditorHook",
name = "Make all Regions Transparent",
author = "Ardour Lua Task Force",
author = "Ardour Team",
description = "While the transport is looping, all regions become transparent.",
}
@ -25,4 +25,4 @@ function factory ()
end
::next::
end
end end
end end

View File

@ -1,7 +1,7 @@
ardour {
["type"] = "EditorHook",
name = "Varispeed Test - 100ms Callback",
author = "Ardour Lua Task Force",
author = "Ardour Team",
description = "An example script that invokes a callback a every 0.1sec and modifies the transport speed",
}

View File

@ -3,7 +3,7 @@ ardour {
name = "AVL Drumkit MIDI Map",
category = "Utility",
license = "MIT",
author = "AVL and Friends", -- based on MIDI Note Mapper by Alby Musaelian
author = "Ardour Community", -- based on MIDI Note Mapper by Alby Musaelian
description = [[Map MIDI notes to drum-kit pcs of 'Black Pearl' or 'Red Zeppelin' AVL drumkit plugins. Unmapped notes are ignored. In case of duplicate assignments the later one is preferred.]]
}

View File

@ -1,7 +1,7 @@
ardour {
["type"] = "EditorAction",
name = "Meter Point",
author = "Ardour Lua Taskforce",
author = "Ardour Team",
description = [[Batch change metering point for selected or tracks in the given session.]]
}

View File

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

View File

@ -1,7 +1,7 @@
ardour {
["type"] = "EditorHook",
name = "Save Snapshot after Export",
author = "Ardour Lua Task Force",
author = "Ardour Team",
description = "Save a session-snapshot on export, named after the export-timespan",
}

View File

@ -2,7 +2,7 @@ ardour {
["type"] = "session",
name = "Stop at Marker",
license = "MIT",
author = "Ardour Lua Task Force",
author = "Ardour Team",
description = [[Stop the transport on every location marker when rolling forward.]]
}

View File

@ -1,7 +1,7 @@
ardour {
["type"] = "EditorAction",
name = "Mixer Store",
author = "Ardour Lua Taskforce",
author = "Ardour Team",
description = [[
Stores the current Mixer state as a file
that can be read and recalled arbitrarily.

View File

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

View File

@ -1,7 +1,7 @@
ardour {
["type"] = "EditorAction",
name = "Track Organizer",
author = "Mixbus Lua Taskforce",
author = "Mixbus Team",
description = [[Easily modifiable session overview and track property editor]]
}

View File

@ -2,7 +2,7 @@ ardour {
["type"] = "dsp",
name = "Voice/Level Activate",
category = "Utility",
author = "Ardour Lua Task Force",
author = "Ardour Team",
license = "MIT",
description = [[Roll the transport when the signal level on the plugin's input exceeds a given threshold.]]
}