38349b21dd
Add Lua scripts to remove SysEx events
2024-09-09 00:17:49 +02:00
9df6d7c5fa
Fix Lua Audio to MIDI script MIDI channel (off by one)
2024-08-21 18:54:19 +02:00
f2ceaecc4d
Fix Lua script to use new API from 0a01acc86a
2024-07-17 18:38:04 +02:00
6bf6c82f7a
Add a Lua script to select region(s) under the playhead
2024-06-11 04:25:47 +02:00
3c524098b4
Fix CC event for DM10-mkII Plugin
2024-05-14 22:07:31 +02:00
ac47688023
Add Lua plugin to map DM10-mkII Studio HiHat MIDI messages
2024-05-14 17:20:52 +02:00
0bb3c166e8
Add example script to exercise Plugin Properties
2024-03-24 23:09:53 +01:00
0fff58f905
Remove outdated adm import scripts
2024-03-12 17:39:32 +01:00
f873f9f621
typos: "ADM/BWM" -> "ADM BWF"
2024-03-11 09:14:44 -05:00
42dc033636
Vapor: work-around stem export alignment
...
This is a somewhat fragile solution to ensure that
processor reset happens in the same cycle in which
the actual data arrives at the start of the cycle.
2024-03-07 01:28:22 +01:00
3a6171428a
Do not include hidden plugin in plugin-list
2024-03-05 00:56:42 +01:00
517d82a6f2
Vapor: add script to perform live rendering tests
2024-03-04 17:00:00 +01:00
3c61d1150b
Vapor: ADM/BWF meta-data is not to be interpolated
2024-02-27 17:41:23 +01:00
6c1f503cda
Vapor: check for master_info tool
2024-02-27 00:27:43 +01:00
5880e51e92
Add Icon to ADM/BWF script, and preseed it
2024-02-26 22:15:08 +01:00
305b2778b4
Vapor: parse and use additional meta-data from adm
2024-02-25 17:43:56 +01:00
61c6d2bfa1
Vapor: add channel/object-ID map
2024-02-24 00:42:47 +01:00
45a7719ede
Vapor: simply ADM meta-data passing, pass reference file
2024-02-23 17:03:41 +01:00
d7b7923232
Add Lua script to import ADM test files
2024-02-22 01:55:11 +01:00
0fd1edd78e
Update well-known ctrl: separate global and per band EQ enum
2024-01-15 15:34:55 +01:00
5151755687
Update Lua Script to use new well-known-ctrl API
2024-01-13 03:09:35 +01:00
6172de3144
Vapor: add Lua bindings
2024-01-06 20:24:37 +01:00
Nil Geisweiller
5d73567ce2
Add Lua script to reverse MIDI
...
LUA EditorAction script to chronologically reverse MIDI notes
of selected MIDI regions, alongside MIDI region positions.
* The positions of the MIDI regions are reversed as well, meaning regions
at the end appear at the beginning and so on.
* Individual notes are reversed so the ending of a note corresponds to its
beginning. Thus notes should be quantized for this effect to yield good
results.
* Note that only MIDI notes are reversed. Other MIDI events such as CC or
SYSEX are left unchanged.
2023-12-12 18:14:36 +01:00
Albert Graef
8c38d8fbbc
raptor_arp: Fix looper bug reported in the Ardour forum by Schmitty2005.
2023-11-20 14:03:56 +01:00
Albert Graef
520ed0390e
Enable regular_block_length in all arpeggiators, to hopefully work around audio driver issues on Windows.
2023-11-20 14:03:19 +01:00
671e0b356b
Add Lua script to sequence mixer-scenes using markers
2023-10-22 16:44:44 +02:00
9345f824f5
Update scripts for new bonuce_range API
2023-10-16 21:12:42 +02:00
Mads Kiilerich
d220f477ed
wscript: drop unused "mandatory variables" 'top' and 'out' in libs
...
Variables by these names are only used from the local wscript and when
running "waf configure", which already for other reasons only can run at
the top-level.
These variables are thus not mandatory and not used.
2023-09-17 07:34:55 -06:00
Maciej Bliziński
1c8b91ed86
Keep the search term in the dialog box.
...
When user wants to keep the dialog box open, it's probably with the intention to edit the search term rather than typing it from scratch again.
2023-09-09 21:48:21 +02:00
46a916f0b4
Add method to query sections
2023-08-26 14:09:53 +02:00
5e3cdf285e
Add Arpeggiator Plugins from Albert Gräf
...
https://github.com/agraef/ardour-lua/blob/main/dsp/
2023-08-11 15:53:07 +02:00
a857a0af4d
Update Luabindings for new TempoMap API
2023-07-14 23:48:13 +02:00
72522dd05d
Lua bindings for TempoMap::get_grid
2023-07-11 23:01:09 +02:00
e23cfe2942
Add ACE Stereo Routing
2023-07-06 00:27:30 +02:00
538bb73f99
Add example selection-changed Lua script
2023-07-04 21:21:07 +02:00
f9396cc19b
Add example lua script presets
2023-06-28 19:10:34 +02:00
34789ff22f
LuaProc: add option to set time information
2023-06-18 22:39:45 +02:00
4529a17617
Implement Section Delete/Insert
2023-06-06 02:42:43 +02:00
a72962937f
Have some fun with Lua DSP
2023-05-12 02:49:37 +02:00
c3f65a2237
Add Lua DSP processor to downmix 5.1 to stereo
2023-04-24 01:59:50 +02:00
295dbd8e1e
Make RCU reader return a const pointer (omnibus commit)
2023-04-08 00:15:37 +02:00
4d7d58196f
Lua: mixer-recall, fix issue introduce in 9a580078
...
This script still needs a significant overhaul.
global-path instance parameter is no longer exposed, etc
2023-03-10 02:36:37 +01:00
38c613cd9a
Towards arranging sections
...
This allows to move or copy whole sections of the timline (everything
you hear) to a differnt position on the timeline.
NB. Markers and tempo-map are not yet moved, and interpolated MIDI
events are lost.
2023-01-23 04:07:46 +01:00
c629f3ffcb
Fix Lua biqaud filter parameter range
2022-12-08 18:54:20 +01:00
81ccb685b2
Update CD marker Lua script, use new API
2022-12-02 13:06:29 +01:00
84b11298c9
Update Lua VAMP scripts, follow readable API change since 7.0
2022-11-26 16:30:53 +01:00
c30df32007
Lua Convolver tweaks
...
show how to use IRs from the session-folder, set file
when instantiating the plugin.
2022-11-19 20:25:22 +01:00
d425bfc3ff
Update Lua Biquad filter
2022-10-31 22:47:30 +01:00
39b85bd2d4
Commit TempoChange undo operation after map update
...
Tempo Map updates can change a region's position/length, in which case
region-automation may follow the region, and DiskReader:: playlist_ranges_moved
will save additional undo information.
These MementoCommand(s) need to be included in the undo operation.
2022-10-27 08:40:09 -06:00
a9b785d89c
Fix typos - #9000
2022-10-17 15:57:01 +02:00