Consolidete script author names
This commit is contained in:
parent
46e895aaad
commit
c8df8418dc
@ -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
|
||||
{
|
||||
|
@ -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.]]
|
||||
}
|
||||
|
||||
|
@ -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.]]
|
||||
}
|
||||
|
||||
|
@ -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.]]
|
||||
|
@ -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.]]
|
||||
|
@ -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.]]
|
||||
|
@ -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]]
|
||||
}
|
||||
|
||||
|
@ -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",
|
||||
}
|
||||
|
||||
|
@ -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",
|
||||
}
|
||||
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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",
|
||||
}
|
||||
|
||||
|
@ -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]]
|
||||
}
|
||||
|
||||
|
@ -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.]]
|
||||
}
|
||||
|
||||
|
@ -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.]]
|
||||
}
|
||||
|
||||
|
@ -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.]]
|
||||
}
|
||||
|
||||
|
@ -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.]]
|
||||
}
|
||||
|
||||
|
@ -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.]]
|
||||
}
|
||||
|
||||
|
@ -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.]]
|
||||
}
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
ardour {
|
||||
["type"] = "EditorHook",
|
||||
name = "OSC Callback Example",
|
||||
author = "Ardour Lua Task Force",
|
||||
author = "Ardour Team",
|
||||
description = "Send OSC messages",
|
||||
}
|
||||
|
||||
|
@ -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]]
|
||||
}
|
||||
|
||||
|
@ -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]]
|
||||
}
|
||||
|
||||
|
@ -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.]]
|
||||
}
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
ardour {
|
||||
["type"] = "EditorAction",
|
||||
name = "Rewind",
|
||||
author = "Ardour Lua Task Force",
|
||||
author = "Ardour Team",
|
||||
description = [[An Example Ardour Editor Action Script.]]
|
||||
}
|
||||
|
||||
|
@ -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",
|
||||
}
|
||||
|
||||
|
@ -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).
|
||||
|
@ -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
|
||||
|
@ -1,7 +1,7 @@
|
||||
ardour {
|
||||
["type"] = "EditorAction",
|
||||
name = "Track Sort",
|
||||
author = "Ardour Lua Taskforce",
|
||||
author = "Ardour Team",
|
||||
description = [[Sort tracks alphabetically by name]]
|
||||
}
|
||||
|
||||
|
@ -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.]]
|
||||
}
|
||||
|
||||
|
@ -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
|
||||
|
@ -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",
|
||||
}
|
||||
|
||||
|
@ -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.]]
|
||||
}
|
||||
|
||||
|
@ -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.]]
|
||||
}
|
||||
|
||||
|
@ -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",
|
||||
}
|
||||
|
||||
|
@ -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",
|
||||
}
|
||||
|
||||
|
@ -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.]]
|
||||
}
|
||||
|
||||
|
@ -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.
|
||||
|
@ -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.]]
|
||||
}
|
||||
|
||||
|
@ -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]]
|
||||
}
|
||||
|
||||
|
@ -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.]]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user