ab68ed4131
Proper error messages for Audio2MIDI script
2019-09-02 21:20:26 +02:00
c86f511e5e
Update Lua scripts, class-name change
2019-09-02 15:45:14 +02:00
a1f9beb355
Update Lua VAMP scripts to show a progress dialog
2019-09-02 05:19:27 +02:00
494a0d1b57
Add Action to save mixer screenshot
2019-08-12 01:39:48 +02:00
7f347af5f4
Add script to xdot
plot the process graph
2019-08-07 17:40:24 +02:00
e8c2e43dc4
Tweak dump-playlist script to indicate current playlist
2019-07-06 18:10:36 +02:00
0bd6b0ee3d
NO-OP: documentation/comments
2019-06-24 15:09:54 +02:00
632ab8c421
NO-OP: whitespace
2019-06-21 00:46:23 +02:00
8a78b19e1b
Add Lua script to sort tracks by name
2019-06-21 00:43:29 +02:00
Johannes Mueller
3a2b577719
Honor the current start position when exporting chapter marks
2019-06-16 01:30:55 +02:00
Johannes Mueller
79db200bdb
Some more frame -> sample changes (in scripts)
2019-06-16 01:30:34 +02:00
0a9674ec6b
Release notch-bank filter
2019-04-18 14:11:52 +02:00
d686076711
Add a DSP script to slowly fade in/out
2019-04-16 00:05:33 +02:00
8912efe9c9
Update Lua Script to use new MusicSample API
2019-04-09 03:15:38 +02:00
57616fdb11
Cleaup meter-tap: reduce nesting and remove code-dup
2019-04-08 16:12:19 +02:00
Mirko Kunze
53444d90d4
fix copypaste bug
2019-04-07 22:48:56 +02:00
842faa5b6e
Add example script to list Playlists
2019-03-19 05:32:12 +01:00
7655999889
Add example script to save instrument plugins on save
2019-03-15 01:38:49 +01:00
9836304e3e
Update scripts, monitor-section API change
2019-03-01 16:46:08 +01:00
2936a4d2bd
Amend f474d0d4a9
, remove explicit casts
2019-02-27 16:44:39 +01:00
f474d0d4a9
Update Lua VCA example script
2019-02-27 16:34:48 +01:00
2d33638f29
Add example script to thin automation
2019-02-26 18:05:10 +01:00
7895de57e3
Tweak Plugin List script: output formatting and name
2019-02-20 17:23:45 +01:00
dd2ee68e21
Script to list and count plugins used in this session
2019-02-20 16:47:51 +01:00
Alby M
f0d227f925
Made any -> none mappings remove events
2019-02-19 15:38:10 +01:00
Alby M
eb8394a0f1
Simplified translation table, fixed edge cases
2019-02-19 15:38:10 +01:00
Alby M
587960ac55
Minor updates from code review
...
"Off" option, improved note name handling, name change, code formatting
2019-02-19 15:38:09 +01:00
Alby M
ef43141301
Added MIDI Remap Lua DSP plugin
2019-02-19 15:38:09 +01:00
Nikolaus Gullotta
78c32dc2fc
mixer recall script will now remember the last used recall settings
2019-01-04 11:58:09 -06:00
Nikolaus Gullotta
b05cabe700
type is a protected word.
2019-01-04 11:14:23 -06:00
e612be9037
Add an example plugin to demonstrate Lua global variables
...
Note: this only works when loading the script action.
Window > Scripting doesn't run the factory method for upindex variables
2019-01-02 22:26:19 +01:00
3ce5e0217f
Add a script to list all plugins in the session
2018-12-30 22:42:16 +01:00
a0994b16dd
Update Convolver/LuaConvolver
...
* Add API to allow per-channnel gain and delay
* Fix channel-mapping for stereo IRs w/o true-stereo
2018-12-24 02:29:24 +01:00
3977fbae51
Lower impact of periodic backup script.
2018-11-17 00:13:12 +01:00
693b579253
amend 02f92300
, skip backup snapshot when recording
2018-11-12 01:58:12 +01:00
549e01feaa
Add Lua script to benchmark region-split operation
2018-11-11 21:28:15 +01:00
02f92300da
Add callback script to periodically save a backup snapshot
2018-11-11 21:26:50 +01:00
bfc35e514b
Example convolution plugin (Lua script, hardcoded IR)
2018-10-20 00:24:38 +02:00
8ff1cc31cb
Add script to exercise PI-stats interface
2018-09-25 18:50:14 +02:00
12abbf52fe
Update Lua LTC decoder (API change in d7dc224d
)
2018-09-11 16:03:19 +02:00
Maxime Lecoq
e546b109c5
Fix unbound methods, add options, arrange dialog
...
Remove is_channelstrip() and is_nonbypassable() calls.
Add options: solo, pan, pan width, gain automation, pan automation and pan width automation.
Add radio buttons for sends, inserts and plug-ins.
Arrange prompt dialog: list, names and default values (now false to avoid unwanted behavior).
Add my name to the authors list.
2018-08-24 21:59:55 +02:00
Nikolaus Gullotta
7b9461cbe5
use paramer_count position as index, instead of control-port position
2018-08-17 14:24:16 -05:00
Nikolaus Gullotta
908d629041
comment out old code remnant that is causing crash on mac.
2018-08-17 11:23:07 -05:00
Nikolaus Gullotta
e2e560ef06
stop trying to guess plugin type, just ask the plugin during store-time
2018-08-17 08:47:51 -05:00
Nikolaus Gullotta
645a08cce1
rt:is_master(), not r:is_master()
2018-08-15 10:54:56 -05:00
Nikolaus Gullotta
23c87e8463
added a check for master, due to substituting pan control values for non master() routes
2018-08-15 10:43:06 -05:00
Nikolaus Gullotta
6987f00db4
Make authoring consistent
2018-08-15 08:35:40 -05:00
75f84970b2
Save Mixer values in "C" locale.
2018-08-15 00:53:19 +02:00
Nikolaus Gullotta
857be47728
protect the_instrument() on MIDI tracks, needs a lot more work.
2018-08-02 15:59:47 -05:00
50569eab78
More consistent dialog window titles (Recall Mixer Settings).
2018-08-02 13:54:31 -05:00