ardour/scripts
Robin Gareus 016970df25
Readable and AudioROM Lua script examples
2020-02-06 17:30:22 +01:00
..
HiAndLowPass.lua a-High/LowPass allow 8K samples inclusive 2016-11-24 21:03:56 +01:00
README Add Readme to the Lua script folder 2019-09-06 18:18:29 +02:00
__convolv.lua Readable and AudioROM Lua script examples 2020-02-06 17:30:22 +01:00
__fluidsynth1.lua Lua Fluid Synth example needs FluidR3_GM.sf2, skip unit-test 2019-09-06 01:31:43 +02:00
__plugin_modulation.lua Another script to skip during unit-tests 2019-09-06 18:17:23 +02:00
__readable.lua Readable and AudioROM Lua script examples 2020-02-06 17:30:22 +01:00
_amp1.lua prefix no-inst script with an underscore and skip install 2016-08-10 03:12:11 +02:00
_amp2.lua Update scripts to use == operator 2017-03-16 20:55:41 +01:00
_amp3.lua Update scripts to use == operator 2017-03-16 20:55:41 +01:00
_biquad_filter.lua Update scripts to use == operator 2017-03-16 20:55:41 +01:00
_calc_dsp_statistics.lua Add script to exercise PI-stats interface 2018-09-25 18:50:14 +02:00
_cron.lua Update Lua scripts to use new transport request API 2019-11-26 17:02:41 +01:00
_dialog_test.lua Update LuaDialog example script to include File/Folder selection 2017-06-08 13:22:43 +02:00
_dsp_plugin_communication.lua Clarify documentation of Lua inter-processor communication 2016-10-12 20:08:55 +02:00
_dump_latency.lua Latency debug script: include MIDI ports 2020-01-09 18:21:48 +01:00
_dump_midiregion.lua Some more frame -> sample changes (in scripts) 2019-06-16 01:30:34 +02:00
_dump_playlists.lua Tweak dump-playlist script to indicate current playlist 2019-07-06 18:10:36 +02:00
_export_plugins_on_save.lua Add example script to save instrument plugins on save 2019-03-15 01:38:49 +01:00
_export_tracks.lua prototype track/bus sharing: state-export 2017-01-08 01:23:01 +01:00
_fan_out_instrument.lua don't ship fan-out instrument lua script (but keep it as example) 2016-11-10 04:55:03 +01:00
_find_nonzero_sample.lua Remove debug print (amends 978de9) 2020-01-23 22:42:29 +01:00
_fir.lua Readable and AudioROM Lua script examples 2020-02-06 17:30:22 +01:00
_hook_test.lua Some more frame -> sample changes (in scripts) 2019-06-16 01:30:34 +02:00
_insert_region_gaps.lua Example Lua script to move regions (insert gaps) 2017-11-23 15:27:29 +01:00
_midi_lfo.lua MIDI LFO generator plugin 2016-11-21 21:24:11 +01:00
_midi_rec_start.lua Update Lua scripts to use new transport request API 2019-11-26 17:02:41 +01:00
_midi_rewrite.lua These are not the scripts you're looking for 2016-08-17 02:04:27 +02:00
_midifilter.lua Fix a typo in recent commit 2017-07-17 12:08:42 +02:00
_midigenerator.lua Lua MIDI genertors 2019-12-01 21:32:51 +01:00
_midigenerator2.lua Lua MIDI genertors 2019-12-01 21:32:51 +01:00
_osc_hook_example.lua Some more frame -> sample changes (in scripts) 2019-06-16 01:30:34 +02:00
_plot_graph.lua Fix some script icons for non-square buttons 2019-11-19 04:41:12 +01:00
_pong.lua Update scripts to use == operator 2017-03-16 20:55:41 +01:00
_rawmidi.lua make raw-midi script pass unit-tests (no midi port on track) 2016-10-11 00:01:27 +02:00
_region_transients.lua Add example Lua script to print region transients 2017-03-17 18:13:16 +01:00
_remember_file.lua Add an example plugin to demonstrate Lua global variables 2019-01-02 22:26:19 +01:00
_rewind.lua Don't bundle rewind example script 2017-02-17 11:14:43 +01:00
_rgh_midi_track_trick.lua Another Lua example script 2017-09-26 20:49:50 +02:00
_route_template_generic_audio.lua Tweak generic audio-track template 2017-08-20 19:15:37 +02:00
_route_template_generic_midi.lua Cont'd work on route-templates 2017-08-20 00:18:58 +02:00
_rubberband_swing.lua Update comments & icon of rubberband example Lua script 2020-01-15 02:20:59 +01:00
_session_load_hook.lua Add some more Lua script examples 2017-08-10 02:26:16 +02:00
_session_test.lua Update Lua scripts to use new transport request API 2019-11-26 17:02:41 +01:00
_smash.lua Update scripts to use == operator 2017-03-16 20:55:41 +01:00
_sort_tracks_by_name.lua NO-OP: documentation/comments 2019-06-24 15:09:54 +02:00
_spike_synth.lua Add test synth to debug capture alignment 2020-01-11 22:33:32 +01:00
_split_benchmark.lua Add Lua script to benchmark region-split operation 2018-11-11 21:28:15 +01:00
_stereo_to_mono.lua Example Stereo to 2 x Mono track Lua script 2017-08-23 21:33:29 +02:00
_system_exec.lua Add some more Lua script examples 2017-08-10 02:26:16 +02:00
_tempo_map_dump.lua Add some example Lua scripts 2020-01-14 17:04:04 +01:00
_toggle_monitor_section.lua Update scripts, monitor-section API change 2019-03-01 16:46:08 +01:00
_tx_raw_midi_from_file.lua Fix some script icons for non-square buttons 2019-11-19 04:41:12 +01:00
_vamp_example.lua More s/frame/sample/ -- Lua Scripts 2017-09-27 05:03:10 +02:00
_vamp_note_example.lua Update Lua scripts, class-name change 2019-09-02 15:45:14 +02:00
_vamp_onset_example.lua Update Lua VAMP scripts to show a progress dialog 2019-09-02 05:19:27 +02:00
_vamp_tempomap_example.lua Update Lua VAMP scripts to show a progress dialog 2019-09-02 05:19:27 +02:00
_varispeed_callback.lua Update Lua scripts to use new transport request API 2019-11-26 17:02:41 +01:00
_vca_slave_assign.lua Amend f474d0d4a9, remove explicit casts 2019-02-27 16:44:39 +01:00
a_slow_mute.lua Add a DSP script to slowly fade in/out 2019-04-16 00:05:33 +02:00
access_action.lua Drop the "Lua" in Lua Action Buttons: 2017-12-07 11:08:26 -06:00
add_filters.lua add_filters lua script by Phillip Smith 2016-12-06 15:34:08 -06:00
addscopes.lua Fix some script icons for non-square buttons 2019-11-19 04:41:12 +01:00
amp4.lua Update scripts to use == operator 2017-03-16 20:55:41 +01:00
bounce_replace.lua Update lua script to current playlist API 2019-12-08 17:40:38 +01:00
bypass_all_plugins.lua two new action scripts (no icons yet) 2017-03-07 00:32:19 +01:00
create_drum_tracks.lua And some more action-script icons 2017-02-20 03:58:52 +01:00
delete_xrun_markers.lua Some more EditorAction icons & color API update 2017-02-18 16:12:59 +01:00
export_mp4chaps.lua Honor the current start position when exporting chapter marks 2019-06-16 01:30:55 +02:00
faders_to_trims.lua Refine faders-to-trim script 2017-02-17 11:19:15 +01:00
jump_to_marker.lua Add a script to jump to a named marker 2018-02-01 02:19:08 +01:00
lfo_automation.lua Fix some script icons for non-square buttons 2019-11-19 04:41:12 +01:00
list_plugins.lua Tweak Plugin List script: output formatting and name 2019-02-20 17:23:45 +01:00
ltc_reader.lua Update Lua LTC decoder (API change in d7dc224d) 2018-09-11 16:03:19 +02:00
meter_tap.lua Cleaup meter-tap: reduce nesting and remove code-dup 2019-04-08 16:12:19 +02:00
midi_cc_to_automation.lua Fix some script icons for non-square buttons 2019-11-19 04:41:12 +01:00
midi_remap.lua Made any -> none mappings remove events 2019-02-19 15:38:10 +01:00
midimon.lua prefix blessed scripted DSP plugins with a-* 2016-08-10 03:11:49 +02:00
mixer_screenshot.lua Fix some script icons for non-square buttons 2019-11-19 04:41:12 +01:00
mixer_settings_recall.lua NOP: Convert back to using tabs instead of spaces 2020-01-30 13:43:40 -06:00
mixer_settings_store.lua NOP: Convert back to using tabs instead of spaces 2020-01-30 13:43:40 -06:00
mute_all_tracks.lua two new action scripts (no icons yet) 2017-03-07 00:32:19 +01:00
new_playlist.lua move new_playlist Lua script from mixbus and add some garbage collection 2018-07-17 15:16:04 -05:00
noisegen.lua sr = 0, not rate 2018-06-19 13:56:42 -05:00
normalize_all_tracks.lua Add script to normalize all tracks 2018-06-20 23:35:55 +02:00
notch_bank.lua Release notch-bank filter 2019-04-18 14:11:52 +02:00
periodic_backup.lua Lower impact of periodic backup script. 2018-11-17 00:13:12 +01:00
post_export_save_hook.lua Bundle a session-callback script 2017-03-14 03:29:03 +01:00
preare_record_example.lua Some more EditorAction icons & color API update 2017-02-18 16:12:59 +01:00
remove_unknown_procs.lua And some more action-script icons 2017-02-20 03:58:52 +01:00
reset_mixer.lua Mixer Reset now resets automation state of all plugin inserts 2020-02-03 16:07:13 -06:00
s_chanmap.lua update lua script to use new remote_id lookup API 2016-05-31 23:51:22 +02:00
s_fader_automation.lua More s/frame/sample/ -- Lua Scripts 2017-09-27 05:03:10 +02:00
s_foreach_track.lua update and cleanup lua example scripts 2016-04-11 14:36:57 +02:00
s_group_color.lua Remove calls to deprecated Lua bitlib 2018-03-17 21:13:06 +01:00
s_import_files.lua Add Example script to import file(s) 2017-01-21 20:18:27 +01:00
s_plugin_automation.lua More s/frame/sample/ -- Lua Scripts 2017-09-27 05:03:10 +02:00
s_plugin_reorder.lua Example lua script to re-order/reverse plugins 2017-02-15 18:12:51 +01:00
s_pluginutils.lua Example snippet to list plugins (and their presets) 2018-05-31 16:02:43 +02:00
s_portengine.lua Add DiskIOProc & Latency related Lua bindings & scripts 2017-09-29 05:03:48 +02:00
s_region_gain.lua Add/update scripts reading raw audio-data 2020-01-20 06:37:30 +01:00
s_region_gain2.lua Add script to exercise AudioRegion Peak/RMS Normalization 2016-12-28 22:19:37 +01:00
s_replaceplugin.lua update lua script to use new remote_id lookup API 2016-05-31 23:51:22 +02:00
s_selection.lua More s/frame/sample/ -- Lua Scripts 2017-09-27 05:03:10 +02:00
s_showhide_track.lua add an example script to show/hide TAVs 2017-02-24 16:10:14 +01:00
s_thin_automation.lua Add example script to thin automation 2019-02-26 18:05:10 +01:00
s_timecode.lua Add some doc/comments to the timecode example script 2016-12-08 15:42:11 +01:00
s_track_props.lua Update solo/mute example script (use sessions' set_control(s) 2017-02-17 03:38:15 +01:00
s_vamp_plugin_index.lua More s/frame/sample/ -- Lua Scripts 2017-09-27 05:03:10 +02:00
s_whoami.lua check-in of Lua script snippet to determine what program is running 2018-07-31 14:13:34 -05:00
scope.lua prefix blessed scripted DSP plugins with a-* 2016-08-10 03:11:49 +02:00
select_every_2nd_region.lua Fix some script icons for non-square buttons 2019-11-19 04:41:12 +01:00
send_to_bus.lua NO-OP; clean up script spacing and remove goto 2017-02-20 00:52:40 +01:00
session_template_advanced.lua Update scripts, monitor-section API change 2019-03-01 16:46:08 +01:00
session_template_record.lua unify session-template names 2017-08-19 22:28:25 +02:00
set_automation_mode.lua Add script to set automation states of multiple controls 2019-09-04 16:35:47 +02:00
singen.lua moving singen and noisegen from mixbus repo to ardour + change singen display and add noisegen display 2018-06-01 09:55:41 -05:00
spectrogram.lua Replace a ringbuffer with a multi-reader circular table 2017-07-24 15:05:05 +02:00
split_all_markers.lua Update Lua Script to use new MusicSample API 2019-04-09 03:15:38 +02:00
stop_at_marker.lua Clarify stop-at-marker transport position logic 2020-01-31 02:11:41 +01:00
store_recall_mixer.lua Fix processor invalidation issue with substiuted routes 2018-07-30 09:16:55 -05:00
synth1.lua Remove calls to deprecated Lua bitlib 2018-03-17 21:13:06 +01:00
tomsloop.lua Remove cruft - amend 279faad7 2019-12-03 22:02:46 +01:00
track_organizer.lua Remove "This is a script" note on some Lua dialogs. 2018-08-02 10:36:49 -05:00
transparent_regions.lua Initial check in of EditorHook script transparent_regions.lua 2018-03-06 10:45:55 -06:00
vamp_audio_to_midi.lua Proper error messages for Audio2MIDI script 2019-09-02 21:20:26 +02:00
voice_activate.lua Update Lua scripts to use new transport request API 2019-11-26 17:02:41 +01:00
wscript remove debug output 2016-08-10 03:25:25 +02:00

README

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/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.