.. |
_amp1.lua
|
|
|
_amp2.lua
|
|
|
_amp3.lua
|
|
|
_biquad_filter.lua
|
|
|
_calc_dsp_statistics.lua
|
Add script to exercise PI-stats interface
|
2018-09-25 18:50:14 +02:00 |
_convolv.lua
|
Update Convolver/LuaConvolver
|
2018-12-24 02:29:24 +01:00 |
_cron.lua
|
Example Lua script to perform action at specific wallclock time
|
2018-03-18 15:56:28 +01:00 |
_dialog_test.lua
|
|
|
_dsp_plugin_communication.lua
|
|
|
_dump_latency.lua
|
|
|
_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
|
|
|
_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 |
_fluidsynth1.lua
|
|
|
_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_rec_start.lua
|
Remove calls to deprecated Lua bitlib
|
2018-03-17 21:13:06 +01:00 |
_midi_rewrite.lua
|
|
|
_midifilter.lua
|
|
|
_midigenerator.lua
|
|
|
_osc_hook_example.lua
|
Some more frame -> sample changes (in scripts)
|
2019-06-16 01:30:34 +02:00 |
_plot_graph.lua
|
Add script to xdot plot the process graph
|
2019-08-07 17:40:24 +02:00 |
_plugin_modulation.lua
|
|
|
_pong.lua
|
|
|
_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
|
|
|
_remember_file.lua
|
Add an example plugin to demonstrate Lua global variables
|
2019-01-02 22:26:19 +01:00 |
_rewind.lua
|
|
|
_rgh_midi_track_trick.lua
|
|
|
_route_template_generic_audio.lua
|
|
|
_route_template_generic_midi.lua
|
|
|
_session_load_hook.lua
|
Add some more Lua script examples
|
2017-08-10 02:26:16 +02:00 |
_session_test.lua
|
|
|
_smash.lua
|
|
|
_sort_tracks_by_name.lua
|
NO-OP: documentation/comments
|
2019-06-24 15:09:54 +02: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
|
|
|
_toggle_monitor_section.lua
|
Update scripts, monitor-section API change
|
2019-03-01 16:46:08 +01:00 |
_tx_raw_midi_from_file.lua
|
Add icon for MIDI sysex transmit script
|
2018-01-28 12:58:35 +01:00 |
_vamp_example.lua
|
|
|
_vamp_note_example.lua
|
|
|
_vamp_onset_example.lua
|
|
|
_vamp_tempomap_example.lua
|
More s/frame/sample/ -- Lua Scripts
|
2017-09-27 05:03:10 +02:00 |
_varispeed_callback.lua
|
|
|
_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
|
|
|
add_filters.lua
|
|
|
addscopes.lua
|
And some more action-script icons
|
2017-02-20 03:58:52 +01:00 |
amp4.lua
|
Update scripts to use == operator
|
2017-03-16 20:55:41 +01:00 |
bounce_replace.lua
|
|
|
bypass_all_plugins.lua
|
|
|
create_drum_tracks.lua
|
|
|
delete_xrun_markers.lua
|
|
|
export_mp4chaps.lua
|
Honor the current start position when exporting chapter marks
|
2019-06-16 01:30:55 +02:00 |
faders_to_trims.lua
|
|
|
HiAndLowPass.lua
|
|
|
jump_to_marker.lua
|
Add a script to jump to a named marker
|
2018-02-01 02:19:08 +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
|
Some more frame -> sample changes (in scripts)
|
2019-06-16 01:30:34 +02: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
|
Add Action to save mixer screenshot
|
2019-08-12 01:39:48 +02:00 |
mixer_settings_recall.lua
|
mixer recall script will now remember the last used recall settings
|
2019-01-04 11:58:09 -06:00 |
mixer_settings_store.lua
|
type is a protected word.
|
2019-01-04 11:14:23 -06:00 |
mute_all_tracks.lua
|
|
|
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
|
|
|
preare_record_example.lua
|
Some more EditorAction icons & color API update
|
2017-02-18 16:12:59 +01:00 |
remove_unknown_procs.lua
|
|
|
reset_mixer.lua
|
Fix unbound methods, add options, arrange dialog
|
2018-08-24 21:59:55 +02: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
|
|
|
s_group_color.lua
|
Remove calls to deprecated Lua bitlib
|
2018-03-17 21:13:06 +01:00 |
s_import_files.lua
|
|
|
s_plugin_automation.lua
|
|
|
s_plugin_reorder.lua
|
|
|
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_gain2.lua
|
|
|
s_region_gain.lua
|
Add a Lua script snippet processing region data from the editor
|
2016-11-19 21:58:03 +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
|
|
|
s_thin_automation.lua
|
Add example script to thin automation
|
2019-02-26 18:05:10 +01:00 |
s_timecode.lua
|
|
|
s_track_props.lua
|
|
|
s_vamp_plugin_index.lua
|
|
|
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
|
|
|
select_every_2nd_region.lua
|
|
|
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 |
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
|
|
|
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 |
template_band.lua
|
Secondary clock visibility is a global pref, not a per-session setting.
|
2017-08-25 14:37:51 -05:00 |
tomsloop.lua
|
Some more frame -> sample changes (in scripts)
|
2019-06-16 01:30:34 +02: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
|
|
|
voice_activate.lua
|
|
|
wscript
|
|
|