ardour/share/scripts
Mads Kiilerich 4fb3a23adb wscript: use consistent python shebang path
Most wscripts use
  #!/usr/bin/env python
Use that consistently.

The wscripts are not executed directly and do not need the shebang path,
but it might guide editors and other tools to recognize the files as
being Python-ish.
2022-04-09 11:44:28 +02:00
..
__convolv.lua Implement zero-latency convolver 2021-03-30 01:29:32 +02:00
__fluidsynth1.lua Consolidete script author names 2020-09-30 22:06:35 +02:00
__plugin_modulation.lua Consolidete script author names 2020-09-30 22:06:35 +02:00
__readable.lua Fix off by one in Lua scripts 2020-03-03 00:28:19 +01:00
_add_filters.lua Re-brand a-* plugins as Ardour Community Effects (ACE) 2020-09-30 21:59:20 +02:00
_add_gx_tuner.lua Contributing example LUA scripts 2022-01-30 13:15:19 +01:00
_add_x42_compressor.lua Contributing example LUA scripts 2022-01-30 13:15:19 +01:00
_amp1.lua Consolidete script author names 2020-09-30 22:06:35 +02:00
_amp2.lua Consolidete script author names 2020-09-30 22:06:35 +02:00
_amp3.lua Consolidete script author names 2020-09-30 22:06:35 +02:00
_amp4.lua Update a-Amplifier, use Ardour::Amp 2020-04-19 00:49:43 +02:00
_amp_coefficient_ratio.lua Re-brand a-* plugins as Ardour Community Effects (ACE) 2020-09-30 21:59:20 +02:00
_biquad_filter.lua Consolidete script author names 2020-09-30 22:06:35 +02:00
_calc_dsp_statistics.lua Also move Lua scripts to share subfolder 2020-02-23 20:48:02 +01:00
_channelstrip.lua Example Lua script to add plugins and sends 2020-04-22 21:40:46 +02:00
_configure_master_bus.lua Contributing example LUA scripts 2022-01-30 13:15:19 +01:00
_connect_Hydrogen_MIDI.lua Contributing example LUA scripts 2022-01-30 13:15:19 +01:00
_connect_MIDI_keyboard_control.lua Contributing example LUA scripts 2022-01-30 13:15:19 +01:00
_create_from_template.lua Contributing example LUA scripts 2022-01-30 13:15:19 +01:00
_cron.lua Correct namespace of constants in some Lua scripts 2021-11-28 21:10:32 +01:00
_dialog_test.lua Remove redundant collectgarbage() calls from scripts 2020-03-10 23:31:20 +01:00
_dsp_plugin_communication.lua Fix off by one (Lua arrays are 1-based) 2020-08-05 20:28:14 +02:00
_dump_latency.lua Align printed port/latencies in debug script output 2021-09-14 21:39:54 +02:00
_dump_midiregion.lua Also move Lua scripts to share subfolder 2020-02-23 20:48:02 +01:00
_dump_playlists.lua Also move Lua scripts to share subfolder 2020-02-23 20:48:02 +01:00
_export_plugins_on_save.lua Consolidete script author names 2020-09-30 22:06:35 +02:00
_export_tracks.lua Also move Lua scripts to share subfolder 2020-02-23 20:48:02 +01:00
_fan_out_instrument.lua Also move Lua scripts to share subfolder 2020-02-23 20:48:02 +01:00
_find_nonzero_sample.lua lua: changes to a few Lua scripts because of Readable->AudioRedable and AudioRegion as IS-A AudioReader API changes 2021-08-13 12:51:29 -06:00
_fir.lua Consolidete script author names 2020-09-30 22:06:35 +02:00
_hook_test.lua Update GUI Region[s]PropertyChanged signal handlers (2/3) 2021-05-07 23:29:25 +02:00
_insert_region_gaps.lua Also move Lua scripts to share subfolder 2020-02-23 20:48:02 +01:00
_kill_automation.lua Add script to clear all automation 2021-06-30 19:23:44 +02:00
_midi_lfo.lua Consolidete script author names 2020-09-30 22:06:35 +02:00
_midi_rec_start.lua Fix various typos 2022-04-08 19:51:02 +02:00
_midi_rewrite.lua Elaborate MIDI rewrite example script 2020-10-14 01:56:36 +02:00
_midifilter.lua Consolidete script author names 2020-09-30 22:06:35 +02:00
_midigenerator.lua Consolidete script author names 2020-09-30 22:06:35 +02:00
_midigenerator2.lua Consolidete script author names 2020-09-30 22:06:35 +02:00
_new_playlist.lua Consolidete script author names 2020-09-30 22:06:35 +02:00
_noisegen.lua Prefer using C++ DSP for noise generation in scripts 2020-04-11 11:41:22 +02:00
_osc_hook_example.lua Update GUI Region[s]PropertyChanged signal handlers (2/3) 2021-05-07 23:29:25 +02:00
_plot_graph.lua Also move Lua scripts to share subfolder 2020-02-23 20:48:02 +01:00
_pong.lua Consolidete script author names 2020-09-30 22:06:35 +02:00
_rawmidi.lua Fix various typos 2022-04-08 19:51:02 +02:00
_region_transients.lua Also move Lua scripts to share subfolder 2020-02-23 20:48:02 +01:00
_remember_file.lua Consolidete script author names 2020-09-30 22:06:35 +02:00
_reset_DragonFly_reverbs.lua Contributing example LUA scripts 2022-01-30 13:15:19 +01:00
_rewind.lua Consolidete script author names 2020-09-30 22:06:35 +02:00
_rgh_midi_track_trick.lua Add option to skip MIDI track input auto-connect 2021-01-08 22:50:45 +01:00
_route_template_generic_audio.lua Fix various typos 2022-04-08 19:51:02 +02:00
_route_template_generic_midi.lua Fix various typos 2022-04-08 19:51:02 +02:00
_session_load_hook.lua Consolidete script author names 2020-09-30 22:06:35 +02:00
_session_test.lua Correct namespace of constants in some Lua scripts 2021-11-28 21:10:32 +01:00
_smash.lua Consolidete script author names 2020-09-30 22:06:35 +02:00
_sort_tracks_by_name.lua Consolidete script author names 2020-09-30 22:06:35 +02:00
_spike_synth.lua Consolidete script author names 2020-09-30 22:06:35 +02:00
_split_benchmark.lua Also move Lua scripts to share subfolder 2020-02-23 20:48:02 +01:00
_stereo_to_mono.lua Fix Lua script auto-connect new tracks 2020-04-20 22:24:08 +02:00
_system_exec.lua Also move Lua scripts to share subfolder 2020-02-23 20:48:02 +01:00
_tempo_map_dump.lua Also move Lua scripts to share subfolder 2020-02-23 20:48:02 +01:00
_toggle_monitor_section.lua Remove redundant collectgarbage() calls from scripts 2020-03-10 23:31:20 +01:00
_transparent_regions.lua Consolidete script author names 2020-09-30 22:06:35 +02:00
_vamp_example.lua Also move Lua scripts to share subfolder 2020-02-23 20:48:02 +01:00
_vamp_note_example.lua Remove redundant collectgarbage() calls from scripts 2020-03-10 23:31:20 +01:00
_vamp_onset_example.lua Fix various typos 2022-04-08 19:51:02 +02:00
_vamp_tempomap_example.lua Fix various typos 2022-04-08 19:51:02 +02:00
_varispeed_callback.lua Update Lua script to new request_transport_speed() API 2021-12-18 15:36:40 +01:00
_vca_slave_assign.lua Fix typo in script 2020-03-15 11:24:55 +01:00
a-noise.lua Re-brand a-* plugins as Ardour Community Effects (ACE) 2020-09-30 21:59:20 +02:00
a_mute.lua Re-brand a-* plugins as Ardour Community Effects (ACE) 2020-09-30 21:59:20 +02:00
a_slow_mute.lua Re-brand a-* plugins as Ardour Community Effects (ACE) 2020-09-30 21:59:20 +02:00
ab_switch.lua Re-brand a-* plugins as Ardour Community Effects (ACE) 2020-09-30 21:59:20 +02:00
access_action.lua Update Lua script descriptions, rename some scripts 2020-04-24 05:47:02 +02:00
add_audio_track.lua Contributing example LUA scripts 2022-01-30 13:15:19 +01:00
add_cdmarker.lua fix luabindings for Editor.mouse_add_new_marker(), since API changed 2022-01-04 15:23:51 -07:00
add_MIDI_monitor.lua Contributing example LUA scripts 2022-01-30 13:15:19 +01:00
addscopes.lua Re-brand a-* plugins as Ardour Community Effects (ACE) 2020-09-30 21:59:20 +02:00
amp5.lua Re-brand a-* plugins as Ardour Community Effects (ACE) 2020-09-30 21:59:20 +02:00
avldrums_midimap.lua Consolidete script author names 2020-09-30 22:06:35 +02:00
bounce_replace.lua Update Lua script to use new bounce API 2020-07-26 17:17:49 +02:00
bypass_all_plugins.lua Fix script to bypass all plugins 2020-02-28 04:34:54 +01:00
collapse_playlists.lua Add Lua script to collapse playlists 2020-11-04 00:21:29 +01:00
create_drum_tracks.lua Update Lua script descriptions, rename some scripts 2020-04-24 05:47:02 +02:00
delete_xrun_markers.lua Also move Lua scripts to share subfolder 2020-02-23 20:48:02 +01:00
export_mp4chaps.lua Also move Lua scripts to share subfolder 2020-02-23 20:48:02 +01:00
faders_to_trims.lua Re-brand a-* plugins as Ardour Community Effects (ACE) 2020-09-30 21:59:20 +02:00
HiAndLowPass.lua Fix various typos 2022-04-08 19:51:02 +02:00
jump_to_marker.lua Update Lua script descriptions, rename some scripts 2020-04-24 05:47:02 +02:00
lfo_automation.lua Fix various typos 2022-04-08 19:51:02 +02:00
list_plugins.lua List-Plugin script: include track-names for each plugin 2021-07-07 04:08:29 +02:00
ltc_reader.lua Update Lua script descriptions, rename some scripts 2020-04-24 05:47:02 +02:00
metering_point.lua Consolidete script author names 2020-09-30 22:06:35 +02:00
midi_cc_to_automation.lua Fix various typos 2022-04-08 19:51:02 +02:00
midi_remap.lua Fix various typos 2022-04-08 19:51:02 +02:00
midimon.lua Remove debug message 2022-02-08 23:06:45 +01:00
mixer_screenshot.lua Remove redundant collectgarbage() calls from scripts 2020-03-10 23:31:20 +01:00
mixer_settings_recall.lua Update Lua script descriptions, rename some scripts 2020-04-24 05:47:02 +02:00
mixer_settings_store.lua Update Lua script descriptions, rename some scripts 2020-04-24 05:47:02 +02:00
mute_all_tracks.lua Update Lua script descriptions, rename some scripts 2020-04-24 05:47:02 +02:00
normalize_all_tracks.lua Also move Lua scripts to share subfolder 2020-02-23 20:48:02 +01:00
notch_bank.lua Fix various typos 2022-04-08 19:51:02 +02:00
periodic_backup.lua Consolidete script author names 2020-09-30 22:06:35 +02:00
pitch_to_mts.lua Add Lua script to send 12TET tuning as MTS messages 2021-02-12 16:01:43 +01:00
post_export_save_hook.lua Consolidete script author names 2020-09-30 22:06:35 +02:00
preare_record_example.lua Fix various typos 2022-04-08 19:51:02 +02:00
README Avoid regex convention in script documentation 2021-05-08 00:35:31 +02:00
record_now.lua Lua script button to immediately record 2021-09-26 00:03:52 +02:00
remove_unknown_procs.lua Also move Lua scripts to share subfolder 2020-02-23 20:48:02 +01:00
reset_mixer.lua Fix various typos 2022-04-08 19:51:02 +02:00
rubberband_swing.lua Fix various typos 2022-04-08 19:51:02 +02:00
s_chanmap.lua Also move Lua scripts to share subfolder 2020-02-23 20:48:02 +01:00
s_ducks.lua Lua API for sends, sidechains and monitoring 2021-05-11 20:30:53 +02:00
s_fader_automation.lua Fix various typos 2022-04-08 19:51:02 +02:00
s_foreach_track.lua Also move Lua scripts to share subfolder 2020-02-23 20:48:02 +01:00
s_group_color.lua Also move Lua scripts to share subfolder 2020-02-23 20:48:02 +01:00
s_import_files.lua fix import file Lua script to follow new API to PublicEditor::do_import() 2021-05-07 14:58:16 -06:00
s_plugin_automation.lua Also move Lua scripts to share subfolder 2020-02-23 20:48:02 +01:00
s_plugin_reorder.lua Also move Lua scripts to share subfolder 2020-02-23 20:48:02 +01:00
s_pluginutils.lua Add Lua binding to query plugin-presets and scalepoints 2021-05-27 16:56:24 +02:00
s_portengine.lua Also move Lua scripts to share subfolder 2020-02-23 20:48:02 +01:00
s_region_gain.lua lua: changes to a few Lua scripts because of Readable->AudioRedable and AudioRegion as IS-A AudioReader API changes 2021-08-13 12:51:29 -06:00
s_region_gain2.lua Also move Lua scripts to share subfolder 2020-02-23 20:48:02 +01:00
s_region_gain_curve.lua Add Lua bindings to modify region gain curve 2021-05-04 18:18:04 +02:00
s_replaceplugin.lua Also move Lua scripts to share subfolder 2020-02-23 20:48:02 +01:00
s_selection.lua Lua script fix for new timeline types 2021-08-13 12:51:29 -06:00
s_set_region_fades.lua Add Lua example snippet to set region fades 2020-03-10 23:20:07 +01:00
s_showhide_track.lua Also move Lua scripts to share subfolder 2020-02-23 20:48:02 +01:00
s_tempo_map.lua lua/superclocks: use accessor rather than static var 2022-03-17 14:15:59 -06:00
s_thin_automation.lua Fix various typos 2022-04-08 19:51:02 +02:00
s_timecode.lua Also move Lua scripts to share subfolder 2020-02-23 20:48:02 +01:00
s_track_props.lua Fix various typos 2022-04-08 19:51:02 +02:00
s_vamp_plugin_index.lua Also move Lua scripts to share subfolder 2020-02-23 20:48:02 +01:00
s_whoami.lua Also move Lua scripts to share subfolder 2020-02-23 20:48:02 +01:00
scl_to_mts.lua Fix various typos 2022-04-08 19:51:02 +02:00
scope.lua Fix various typos 2022-04-08 19:51:02 +02:00
select_every_2nd_region.lua Update Lua script descriptions, rename some scripts 2020-04-24 05:47:02 +02:00
send_to_bus.lua Also move Lua scripts to share subfolder 2020-02-23 20:48:02 +01:00
session_template_advanced.lua Update Lua script descriptions, rename some scripts 2020-04-24 05:47:02 +02:00
session_template_record.lua Fix various typos 2022-04-08 19:51:02 +02:00
set_automation_mode.lua Also move Lua scripts to share subfolder 2020-02-23 20:48:02 +01:00
singen.lua Update Lua script descriptions, rename some scripts 2020-04-24 05:47:02 +02:00
spectrogram.lua Fix various typos 2022-04-08 19:51:02 +02:00
split_all_markers.lua Fix various typos 2022-04-08 19:51:02 +02:00
stop_at_marker.lua Consolidete script author names 2020-09-30 22:06:35 +02:00
store_recall_mixer.lua Consolidete script author names 2020-09-30 22:06:35 +02:00
synth1.lua Consolidete script author names 2020-09-30 22:06:35 +02:00
tomsloop.lua Fix Tom's Loop 2020-11-09 20:54:51 +01:00
track_organizer.lua Consolidete script author names 2020-09-30 22:06:35 +02:00
tx_raw_midi_from_file.lua Fix various typos 2022-04-08 19:51:02 +02:00
vamp_audio_to_midi.lua Remove redundant collectgarbage() calls from scripts 2020-03-10 23:31:20 +01:00
voice_activate.lua use Session::request_roll() instead of request_transport_speed (1.0, ...) 2021-04-19 16:14:08 -06:00
wscript wscript: use consistent python shebang path 2022-04-09 11:44:28 +02:00
x-fade.lua Re-brand a-* plugins as Ardour Community Effects (ACE) 2020-09-30 21:59:20 +02:00

Ardour Lua Scripts
==================

https://manual.ardour.org/lua-scripting/

For upstream script addition, please file a pull-request at
https://github.com/Ardour/ardour/tree/master/share/scripts

Script Naming conventions:

_
 A script filename with a leading underscore indicates an example script.
 These scripts are only available from ardour's git repository and not
 installed nor included with binary bundles.

__
 Scripts with a filename starting with two underscores are excluded from
 unit-tests.  This is currently the case for convolver, fluidsynth and
 plugin-modulation.
 They depend on external files (soundfont, impulse-response) or a specific
 session-setup (plugin-modulation needs an automatable plugin).

s_
 A filename beginning with "s_" indicates a code snippet.
 These scripts can only be used in the interactive interpreter
 (Window > Scripting). They may be useful by themselves or handy for copy/edit
 to create EditorActions.
 The filename prefix is only for convenience, "type" = "Snippet" is used when
 scripts are listed at runtime.

_-*.lua
 git ignores those. Intended for local/custom dev scripts or work in progress.