Consolidete script author names

This commit is contained in:
Robin Gareus 2020-09-30 22:06:35 +02:00
parent 46e895aaad
commit c8df8418dc
No known key found for this signature in database
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 function dsp_ioconfig () return
{ {

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,7 +1,7 @@
ardour { ardour {
["type"] = "EditorHook", ["type"] = "EditorHook",
name = "Save Extra Data (instruments)", name = "Save Extra Data (instruments)",
author = "Ardour Lua Task Force", author = "Ardour Team",
description = "Export custom data when the session is saved", 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 function dsp_ioconfig () return
{ {

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -2,7 +2,7 @@ ardour {
["type"] = "EditorAction", ["type"] = "EditorAction",
name = "New Playlists", name = "New Playlists",
license = "MIT", 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.]] 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 { ardour {
["type"] = "EditorHook", ["type"] = "EditorHook",
name = "OSC Callback Example", name = "OSC Callback Example",
author = "Ardour Lua Task Force", author = "Ardour Team",
description = "Send OSC messages", description = "Send OSC messages",
} }

View file

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

View file

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

View file

@ -1,7 +1,7 @@
ardour { ardour {
["type"] = "EditorAction", ["type"] = "EditorAction",
name = "File Name Test", 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.]] description = [[Example Plugin to show to to select a file and remember the most recently used file.]]
} }

View file

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

View file

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

View file

@ -1,7 +1,7 @@
ardour { ardour {
["type"] = "session", ["type"] = "session",
name = "Good Night", name = "Good Night",
author = "Ardour Lua Task Force", author = "Ardour Team",
description = [[ description = [[
Example Ardour Session Script. Example Ardour Session Script.
Session scripts are called at the beginning of every process-callback (before doing any audio processing). 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 function dsp_ioconfig () return
-- -1, -1 = any number of channels as long as input and output count matches -- -1, -1 = any number of channels as long as input and output count matches

View file

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

View file

@ -3,7 +3,7 @@ ardour {
name = "Spike Synth", name = "Spike Synth",
category = "Instrument", category = "Instrument",
license = "MIT", 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.]] 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 { ardour {
["type"] = "EditorHook", ["type"] = "EditorHook",
name = "Make all Regions Transparent", name = "Make all Regions Transparent",
author = "Ardour Lua Task Force", author = "Ardour Team",
description = "While the transport is looping, all regions become transparent.", description = "While the transport is looping, all regions become transparent.",
} }

View file

@ -1,7 +1,7 @@
ardour { ardour {
["type"] = "EditorHook", ["type"] = "EditorHook",
name = "Varispeed Test - 100ms Callback", 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", 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", name = "AVL Drumkit MIDI Map",
category = "Utility", category = "Utility",
license = "MIT", 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.]] 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 { ardour {
["type"] = "EditorAction", ["type"] = "EditorAction",
name = "Meter Point", name = "Meter Point",
author = "Ardour Lua Taskforce", author = "Ardour Team",
description = [[Batch change metering point for selected or tracks in the given session.]] description = [[Batch change metering point for selected or tracks in the given session.]]
} }

View file

@ -1,7 +1,7 @@
ardour { ardour {
["type"] = "EditorHook", ["type"] = "EditorHook",
name = "Periodically Save Snapshot", 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", description = "Save a session-snapshot periodically (every 15mins) named after the current date-time",
} }

View file

@ -1,7 +1,7 @@
ardour { ardour {
["type"] = "EditorHook", ["type"] = "EditorHook",
name = "Save Snapshot after Export", 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", description = "Save a session-snapshot on export, named after the export-timespan",
} }

View file

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

View file

@ -1,7 +1,7 @@
ardour { ardour {
["type"] = "EditorAction", ["type"] = "EditorAction",
name = "Mixer Store", name = "Mixer Store",
author = "Ardour Lua Taskforce", author = "Ardour 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.

View file

@ -3,7 +3,7 @@ ardour {
name = "Simple Synth", name = "Simple Synth",
category = "Instrument", category = "Instrument",
license = "MIT", 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.]] 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 { ardour {
["type"] = "EditorAction", ["type"] = "EditorAction",
name = "Track Organizer", name = "Track Organizer",
author = "Mixbus Lua Taskforce", author = "Mixbus Team",
description = [[Easily modifiable session overview and track property editor]] description = [[Easily modifiable session overview and track property editor]]
} }

View file

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