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
Nikolaus Gullotta
da27661dd4
use ordered list of routes and fix some dialog box names
2018-08-02 13:37:01 -05:00
Nikolaus Gullotta
92b68a87d9
option to create groups if necessary and add order var to dialog table for future
2018-08-02 11:03:11 -05:00
949927cc39
Remove "This is a script" note on some Lua dialogs.
2018-08-02 10:36:49 -05:00
Nikolaus Gullotta
dfb1c52192
remove redundant checks in wake of 980de904e
2018-08-02 09:17:54 -05:00
Nikolaus Gullotta
b45c7089c6
implement fetch_valid_settings_file() to avoid the user having to see stub files
2018-08-01 14:42:02 -05:00
Nikolaus Gullotta
d77aa4e3a5
more dialog formatting changes
2018-08-01 12:14:08 -05:00
Nikolaus Gullotta
f771b0e882
use is_nonbypassable(), is_channelstrip(), and display_to_user() to protect critical plugins, and add option to remove sends
2018-08-01 12:13:59 -05:00
Nikolaus Gullotta
b5212ebd21
edit dialog formatting
2018-08-01 09:12:42 -05:00
Nikolaus Gullotta
1d55ac1706
incorporate program name into save and recalling
2018-07-31 14:40:07 -05:00
Nikolaus Gullotta
04ac151a1b
check-in of Lua script snippet to determine what program is running
2018-07-31 14:13:34 -05:00
Nikolaus Gullotta
dc4294b89a
split store_recall_mixer into two files: mixer_settings_store.lua
...
and
mixer_settings_recall.lua
also changed a lot of dialog formatting and configure global and local
paths
2018-07-31 12:57:43 -05:00